Html Css Color HEX #5FC04E Apple

📋 copy color: '#5FC04E'

red 95 ◦ green 192 ◦ blue 78

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

Shades of Apple #5FC04E

Tints of Apple #5FC04E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.6%

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

R = 26.03%
G = 52.6%
B = 21.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#5FC04E (or 0x5FC04E) is known color: Apple. HEX triplet: 5F, C0 and 4E. RGB value is (95,192,78). Sum of RGB (Red+Green+Blue) = 95+192+78=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC04E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC04E is #A03FB1. Grayscale: #969696. Windows color (decimal): -10502066 or 5161055. OLE color: 5161055.

HSL color Cylindrical-coordinate representation of color #5FC04E: hue angle of 111.05º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FC04E is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 192 78 -
CMYK 0.51 0 0.59 0.25
HSL 111.05º 0.48% 0.53% -
HSV(B) 111.05º 0.59% 0.75% -
XYZ 24.94 40.68 13.75 -
YUV 150 87.36 88.77 -
System Red Green Blue C M Y K H S L
Decimal 95 192 78 0.51 0 0.59 0.25 111.05 0.48 0.53
Hex 5F C0 4E 33 0 3B 19 6F 30 35
Octal 137 300 116 63 0 73 31 157 60 65
Binary 1011111 11000000 1001110 110011 0 111011 11001 1101111 110000 110101

Color Harmonies of #5FC04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC04E

Black with #5FC04E

Text Example


Text Example

White with #5FC04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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