Html Css Color HEX #5FD442 Apple

📋 copy color: '#5FD442'

red 95 ◦ green 212 ◦ blue 66

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

Shades of Apple #5FD442

Tints of Apple #5FD442

RGB

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

 GREEN value IS 212 (83.2% from 255) = 56.84%

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

R = 25.47%
G = 56.84%
B = 17.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#5FD442 (or 0x5FD442) is known color: Apple. HEX triplet: 5F, D4 and 42. RGB value is (95,212,66). Sum of RGB (Red+Green+Blue) = 95+212+66=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 212 (83.20% from 255 or 56.84% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD442 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD442 is #A02BBD. Grayscale: #A0A0A0. Windows color (decimal): -10496958 or 4379743. OLE color: 4379743.

HSL color Cylindrical-coordinate representation of color #5FD442: hue angle of 108.08º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5FD442 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 95 212 66 -
CMYK 0.55 0 0.69 0.17
HSL 108.08º 0.63% 0.55% -
HSV(B) 108.08º 0.69% 0.83% -
XYZ 29.25 49.91 13.25 -
YUV 160.37 74.74 81.37 -
System Red Green Blue C M Y K H S L
Decimal 95 212 66 0.55 0 0.69 0.17 108.08 0.63 0.55
Hex 5F D4 42 37 0 45 11 6C 3F 37
Octal 137 324 102 67 0 105 21 154 77 67
Binary 1011111 11010100 1000010 110111 0 1000101 10001 1101100 111111 110111

Color Harmonies of #5FD442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD442

Black with #5FD442

Text Example


Text Example

White with #5FD442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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