Html Css Color HEX #5BD94C Apple

📋 copy color: '#5BD94C'

red 91 ◦ green 217 ◦ blue 76

#5BD94C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #5BD94C

Tints of Apple #5BD94C

RGB

 RED value IS 91 (35.94% from 255) = 23.7%

 GREEN value IS 217 (85.16% from 255) = 56.51%

 BLUE value IS 76 (30.08% from 255) = 19.79%

R = 23.7%
G = 56.51%
B = 19.79%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#5BD94C (or 0x5BD94C) is known color: Apple. HEX triplet: 5B, D9 and 4C. RGB value is (91,217,76). Sum of RGB (Red+Green+Blue) = 91+217+76=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #5BD94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD94C is #A426B3. Grayscale: #A3A3A3. Windows color (decimal): -10757812 or 5036379. OLE color: 5036379.

HSL color Cylindrical-coordinate representation of color #5BD94C: hue angle of 113.62º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5BD94C is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 91 217 76 -
CMYK 0.58 0 0.65 0.15
HSL 113.62º 0.65% 0.57% -
HSV(B) 113.62º 0.65% 0.85% -
XYZ 30.43 52.37 15.34 -
YUV 163.25 78.76 76.46 -
System Red Green Blue C M Y K H S L
Decimal 91 217 76 0.58 0 0.65 0.15 113.62 0.65 0.57
Hex 5B D9 4C 3A 0 41 F 72 41 39
Octal 133 331 114 72 0 101 17 162 101 71
Binary 1011011 11011001 1001100 111010 0 1000001 1111 1110010 1000001 111001

Color Harmonies of #5BD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD94C

Black with #5BD94C

Text Example


Text Example

White with #5BD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,217,76); }

 H1.HeaderClassName
 {
   color: #5BD94C;
 }
 .AnyTagClassName
 {
   color: #5BD94C;
 }
</style>

background-color css

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

 a { background-color: rgb(91,217,76); }

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

border-color css

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

 span { border-color: rgb(91,217,76); }

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