Html Css Color HEX #5FDF42 Apple

📋 copy color: '#5FDF42'

red 95 ◦ green 223 ◦ blue 66

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

Shades of Apple #5FDF42

Tints of Apple #5FDF42

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.07%

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

R = 24.74%
G = 58.07%
B = 17.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#5FDF42 (or 0x5FDF42) is known color: Apple. HEX triplet: 5F, DF and 42. RGB value is (95,223,66). Sum of RGB (Red+Green+Blue) = 95+223+66=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDF42 is #A020BD. Grayscale: #A7A7A7. Windows color (decimal): -10494142 or 4382559. OLE color: 4382559.

HSL color Cylindrical-coordinate representation of color #5FDF42: hue angle of 108.92º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5FDF42 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 223 66 -
CMYK 0.57 0 0.70 0.13
HSL 108.92º 0.71% 0.57% -
HSV(B) 108.92º 0.7% 0.87% -
XYZ 32.09 55.6 14.2 -
YUV 166.83 71.09 76.77 -
System Red Green Blue C M Y K H S L
Decimal 95 223 66 0.57 0 0.70 0.13 108.92 0.71 0.57
Hex 5F DF 42 39 0 46 D 6D 47 39
Octal 137 337 102 71 0 106 15 155 107 71
Binary 1011111 11011111 1000010 111001 0 1000110 1101 1101101 1000111 111001

Color Harmonies of #5FDF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDF42

Black with #5FDF42

Text Example


Text Example

White with #5FDF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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