Html Css Color HEX #5FDC4C Apple

📋 copy color: '#5FDC4C'

red 95 ◦ green 220 ◦ blue 76

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

Shades of Apple #5FDC4C

Tints of Apple #5FDC4C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.27%

 BLUE value IS 76 (30.08% from 255) = 19.44%

R = 24.3%
G = 56.27%
B = 19.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#5FDC4C (or 0x5FDC4C) is known color: Apple. HEX triplet: 5F, DC and 4C. RGB value is (95,220,76). Sum of RGB (Red+Green+Blue) = 95+220+76=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDC4C is #A023B3. Grayscale: #A6A6A6. Windows color (decimal): -10494900 or 5037151. OLE color: 5037151.

HSL color Cylindrical-coordinate representation of color #5FDC4C: hue angle of 112.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FDC4C is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 220 76 -
CMYK 0.57 0 0.65 0.14
HSL 112.08º 0.67% 0.58% -
HSV(B) 112.08º 0.65% 0.86% -
XYZ 31.62 54.14 15.62 -
YUV 166.21 77.09 77.21 -
System Red Green Blue C M Y K H S L
Decimal 95 220 76 0.57 0 0.65 0.14 112.08 0.67 0.58
Hex 5F DC 4C 39 0 41 E 70 43 3A
Octal 137 334 114 71 0 101 16 160 103 72
Binary 1011111 11011100 1001100 111001 0 1000001 1110 1110000 1000011 111010

Color Harmonies of #5FDC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDC4C

Black with #5FDC4C

Text Example


Text Example

White with #5FDC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,220,76); }

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

background-color css

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

 a { background-color: rgb(95,220,76); }

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

border-color css

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

 span { border-color: rgb(95,220,76); }

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