Html Css Color HEX #5FD94C Apple

📋 copy color: '#5FD94C'

red 95 ◦ green 217 ◦ blue 76

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

Shades of Apple #5FD94C

Tints of Apple #5FD94C

RGB

 RED value IS 95 (37.5% from 255) = 24.48%

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

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

R = 24.48%
G = 55.93%
B = 19.59%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#5FD94C (or 0x5FD94C) is known color: Apple. HEX triplet: 5F, D9 and 4C. RGB value is (95,217,76). Sum of RGB (Red+Green+Blue) = 95+217+76=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 217 (85.16% from 255 or 55.93% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD94C is #A026B3. Grayscale: #A4A4A4. Windows color (decimal): -10495668 or 5036383. OLE color: 5036383.

HSL color Cylindrical-coordinate representation of color #5FD94C: hue angle of 111.91º 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 #5FD94C is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 217 76 -
CMYK 0.56 0 0.65 0.15
HSL 111.91º 0.65% 0.57% -
HSV(B) 111.91º 0.65% 0.85% -
XYZ 30.84 52.58 15.36 -
YUV 164.45 78.08 78.46 -
System Red Green Blue C M Y K H S L
Decimal 95 217 76 0.56 0 0.65 0.15 111.91 0.65 0.57
Hex 5F D9 4C 38 0 41 F 70 41 39
Octal 137 331 114 70 0 101 17 160 101 71
Binary 1011111 11011001 1001100 111000 0 1000001 1111 1110000 1000001 111001

Color Harmonies of #5FD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD94C

Black with #5FD94C

Text Example


Text Example

White with #5FD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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