#5CD445

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

Shades of Apple #5CD445

Tints of Apple #5CD445

Color information

#5CD445 (or 0x5CD445) is unknown color: approx Apple. HEX triplet: 5C, D4 and 45. RGB value is (92,212,69). Sum of RGB (Red+Green+Blue) = 92+212+69=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 212 (83.20% from 255 or 56.84% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 212 - color contains mainly: green. Hex color #5CD445 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD445 is #A32BBA. Grayscale: #A0A0A0. Windows color (decimal): -10693563 or 4576348. OLE color: 4576348.

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

Color convert

RGB9221269-
CMYK0.5700.670.17
HSL110.35º62.45%55.1%-
HSV(B)110.35º67.45%83.14%-
XYZ29.0349.7913.71-
YUV159.8276.7479.63-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.66%
GREEN value IS 212 (83.20% from 255) = 56.84%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=24.66%
G=56.84%
B=18.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal92212690.5700.670.17110.3562.4555.1
Hex5CD44539043116e3e37
Octal134324105710103211567667
Binary101110011010100100010111100101000011100011101110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,212,69); }

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

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

 a { background-color: rgb(92,212,69); }

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

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

 span { border-color: rgb(92,212,69); }

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