#5bc94b

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

Shades of Apple #5BC94B

Tints of Apple #5BC94B

Color information

#5BC94B (or 0x5BC94B) is unknown color: approx Apple. HEX triplet: 5B, C9 and 4B. RGB value is (91,201,75). Sum of RGB (Red+Green+Blue) = 91+201+75=367 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.80% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC94B is #A436B4. Grayscale: #9A9A9A. Windows color (decimal): -10761909 or 4966747. OLE color: 4966747.

HSL color Cylindrical-coordinate representation of color #5BC94B: hue angle of 112.38º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BC94B is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB9120175-
CMYK0.5500.630.21
HSL112.38º53.85%54.12%-
HSV(B)112.38º62.69%78.82%-
XYZ26.4744.5113.85-
YUV153.7583.5683.25-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.80%
GREEN value IS 201 (78.91% from 255) = 54.77%
BLUE value IS 75 (29.69% from 255) = 20.44%
R=24.80%
G=54.77%
B=20.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal91201750.5500.630.21112.3853.8554.12
Hex5BC94B3703F15703636
Octal13331111367077251606666
Binary10110111100100110010111101110111111101011110000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bc94b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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