#05CA2C

Color #05CA2C Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #05CA2C

Tints of Dark Pastel Green #05CA2C

Color information

#05CA2C (or 0x05CA2C) is unknown color: approx Dark Pastel Green. HEX triplet: 05, CA and 2C. RGB value is (5,202,44). Sum of RGB (Red+Green+Blue) = 5+202+44=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 202 (79.30% from 255 or 80.48% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CA2C is #FA35D3. Grayscale: #7D7D7D. Windows color (decimal): -16397780 or 2935301. OLE color: 2935301.

HSL color Cylindrical-coordinate representation of color #05CA2C: hue angle of 131.88º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CA2C is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB520244-
CMYK0.9800.780.21
HSL131.88º95.17%40.59%-
HSV(B)131.88º97.52%79.22%-
XYZ21.6442.469.44-
YUV125.0882.2342.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.99%
GREEN value IS 202 (79.30% from 255) = 80.48%
BLUE value IS 44 (17.58% from 255) = 17.53%
R=1.99%
G=80.48%
B=17.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal5202440.9800.780.21131.8895.1740.59
Hex5CA2C6204E15845f29
Octal53125414201162520413751
Binary1011100101010110011000100100111010101100001001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05CA2C; }

 p { color: rgb(5,202,44); }

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

<style>
 a { background-color: #05CA2C; }

 a { background-color: rgb(5,202,44); }

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

<style>
 span { border-color: #05CA2C; }

 span { border-color: rgb(5,202,44); }

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