Html Css Color HEX #5FD24E Apple

📋 copy color: '#5FD24E'

red 95 ◦ green 210 ◦ blue 78

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

Shades of Apple #5FD24E

Tints of Apple #5FD24E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.83%

 BLUE value IS 78 (30.86% from 255) = 20.37%

R = 24.8%
G = 54.83%
B = 20.37%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#5FD24E (or 0x5FD24E) is known color: Apple. HEX triplet: 5F, D2 and 4E. RGB value is (95,210,78). Sum of RGB (Red+Green+Blue) = 95+210+78=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 210 (82.42% from 255 or 54.83% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD24E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD24E is #A02DB1. Grayscale: #A0A0A0. Windows color (decimal): -10497458 or 5165663. OLE color: 5165663.

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

Color convert

RGB 95 210 78 -
CMYK 0.55 0 0.63 0.18
HSL 112.27º 0.59% 0.56% -
HSV(B) 112.27º 0.63% 0.82% -
XYZ 29.14 49.08 15.14 -
YUV 160.57 81.4 81.23 -
System Red Green Blue C M Y K H S L
Decimal 95 210 78 0.55 0 0.63 0.18 112.27 0.59 0.56
Hex 5F D2 4E 37 0 3F 12 70 3B 38
Octal 137 322 116 67 0 77 22 160 73 70
Binary 1011111 11010010 1001110 110111 0 111111 10010 1110000 111011 111000

Color Harmonies of #5FD24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD24E

Black with #5FD24E

Text Example


Text Example

White with #5FD24E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,210,78); }

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

background-color css

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

 a { background-color: rgb(95,210,78); }

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

border-color css

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

 span { border-color: rgb(95,210,78); }

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