Html Css Color HEX #5FE042 Apple

📋 copy color: '#5FE042'

red 95 ◦ green 224 ◦ blue 66

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

Shades of Apple #5FE042

Tints of Apple #5FE042

RGB

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

 GREEN value IS 224 (87.89% from 255) = 58.18%

 BLUE value IS 66 (26.17% from 255) = 17.14%

R = 24.68%
G = 58.18%
B = 17.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#5FE042 (or 0x5FE042) is known color: Apple. HEX triplet: 5F, E0 and 42. RGB value is (95,224,66). Sum of RGB (Red+Green+Blue) = 95+224+66=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE042 is #A01FBD. Grayscale: #A7A7A7. Windows color (decimal): -10493886 or 4382815. OLE color: 4382815.

HSL color Cylindrical-coordinate representation of color #5FE042: hue angle of 108.99º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5FE042 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 95 224 66 -
CMYK 0.58 0 0.71 0.12
HSL 108.99º 0.72% 0.57% -
HSV(B) 108.99º 0.71% 0.88% -
XYZ 32.36 56.14 14.28 -
YUV 167.42 70.76 76.35 -
System Red Green Blue C M Y K H S L
Decimal 95 224 66 0.58 0 0.71 0.12 108.99 0.72 0.57
Hex 5F E0 42 3A 0 47 C 6D 48 39
Octal 137 340 102 72 0 107 14 155 110 71
Binary 1011111 11100000 1000010 111010 0 1000111 1100 1101101 1001000 111001

Color Harmonies of #5FE042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE042

Black with #5FE042

Text Example


Text Example

White with #5FE042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,224,66); }

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

background-color css

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

 a { background-color: rgb(95,224,66); }

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

border-color css

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

 span { border-color: rgb(95,224,66); }

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