#5CDD40

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

Shades of Apple #5CDD40

Tints of Apple #5CDD40

Color information

#5CDD40 (or 0x5CDD40) is unknown color: approx Apple. HEX triplet: 5C, DD and 40. RGB value is (92,221,64). Sum of RGB (Red+Green+Blue) = 92+221+64=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDD40 is #A322BF. Grayscale: #A5A5A5. Windows color (decimal): -10691264 or 4250972. OLE color: 4250972.

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

Color convert

RGB9222164-
CMYK0.5800.710.13
HSL109.3º69.78%55.88%-
HSV(B)109.3º71.04%86.67%-
XYZ31.254.3613.7-
YUV164.5371.2676.27-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.40%
GREEN value IS 221 (86.72% from 255) = 58.62%
BLUE value IS 64 (25.39% from 255) = 16.98%
R=24.40%
G=58.62%
B=16.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal92221640.5800.710.13109.369.7855.88
Hex5CDD403A047D6d4638
Octal1343351007201071515510670
Binary101110011011101100000011101001000111110111011011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,221,64); }

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

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

 a { background-color: rgb(92,221,64); }

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

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

 span { border-color: rgb(92,221,64); }

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