Html Css Color HEX #5FD04E Apple

📋 copy color: '#5FD04E'

red 95 ◦ green 208 ◦ blue 78

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

Shades of Apple #5FD04E

Tints of Apple #5FD04E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.59%

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

R = 24.93%
G = 54.59%
B = 20.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#5FD04E (or 0x5FD04E) is known color: Apple. HEX triplet: 5F, D0 and 4E. RGB value is (95,208,78). Sum of RGB (Red+Green+Blue) = 95+208+78=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 208 (81.64% from 255 or 54.59% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD04E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD04E is #A02FB1. Grayscale: #9F9F9F. Windows color (decimal): -10497970 or 5165151. OLE color: 5165151.

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

Color convert

RGB 95 208 78 -
CMYK 0.54 0 0.62 0.18
HSL 112.15º 0.58% 0.56% -
HSV(B) 112.15º 0.63% 0.82% -
XYZ 28.65 48.09 14.98 -
YUV 159.39 82.06 82.07 -
System Red Green Blue C M Y K H S L
Decimal 95 208 78 0.54 0 0.62 0.18 112.15 0.58 0.56
Hex 5F D0 4E 36 0 3E 12 70 3A 38
Octal 137 320 116 66 0 76 22 160 72 70
Binary 1011111 11010000 1001110 110110 0 111110 10010 1110000 111010 111000

Color Harmonies of #5FD04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD04E

Black with #5FD04E

Text Example


Text Example

White with #5FD04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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