#5FDC44

Color #5FDC44 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5FDC44

Tints of Apple #5FDC44

Color information

#5FDC44 (or 0x5FDC44) is unknown color: approx Apple. HEX triplet: 5F, DC and 44. RGB value is (95,220,68). Sum of RGB (Red+Green+Blue) = 95+220+68=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDC44 is #A023BB. Grayscale: #A5A5A5. Windows color (decimal): -10494908 or 4512863. OLE color: 4512863.

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

Color convert

RGB9522068-
CMYK0.5700.690.14
HSL109.34º68.47%56.47%-
HSV(B)109.34º69.09%86.27%-
XYZ31.3654.0414.25-
YUV165.373.0977.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.80%
GREEN value IS 220 (86.33% from 255) = 57.44%
BLUE value IS 68 (26.95% from 255) = 17.75%
R=24.80%
G=57.44%
B=17.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal95220680.5700.690.14109.3468.4756.47
Hex5FDC4439045E6d4438
Octal1373341047101051615510470
Binary101111111011100100010011100101000101111011011011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FDC44;
 }
 .AnyTagClassName
 {
   color: #5FDC44;
 }
</style>
background-color css

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

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

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

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

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

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