#5BD04B

Color #5BD04B Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5BD04B

Tints of Apple #5BD04B

Color information

#5BD04B (or 0x5BD04B) is unknown color: approx Apple. HEX triplet: 5B, D0 and 4B. RGB value is (91,208,75). Sum of RGB (Red+Green+Blue) = 91+208+75=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #5BD04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD04B is #A42FB4. Grayscale: #9E9E9E. Windows color (decimal): -10760117 or 4968539. OLE color: 4968539.

HSL color Cylindrical-coordinate representation of color #5BD04B: hue angle of 112.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BD04B is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB9120875-
CMYK0.5600.640.18
HSL112.78º58.59%55.49%-
HSV(B)112.78º63.94%81.57%-
XYZ28.1447.8414.41-
YUV157.8581.2480.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 24.33%
GREEN value IS 208 (81.64% from 255) = 55.61%
BLUE value IS 75 (29.69% from 255) = 20.05%
R=24.33%
G=55.61%
B=20.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal91208750.5600.640.18112.7858.5955.49
Hex5BD04B3804012713b37
Octal133320113700100221617367
Binary101101111010000100101111100001000000100101110001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BD04B; }

 p { color: rgb(91,208,75); }

 H1.HeaderClassName
 {
   color: #5BD04B;
 }
 .AnyTagClassName
 {
   color: #5BD04B;
 }
</style>
background-color css

<style>
 a { background-color: #5BD04B; }

 a { background-color: rgb(91,208,75); }

 div.DivClassName
 {
   background-color: #5BD04B;
 }
 .BgClassName
 {
   background-color: #5BD04B;
 }
</style>
border-color css

<style>
 span { border-color: #5BD04B; }

 span { border-color: rgb(91,208,75); }

 td.TdClassName
 {
   border-color: #5BD04B;
 }
 .TagClassName
 {
   border-color: #5BD04B;
 }
</style>