#05CA31

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

Shades of Dark Pastel Green #05CA31

Tints of Dark Pastel Green #05CA31

Color information

#05CA31 (or 0x05CA31) is unknown color: approx Dark Pastel Green. HEX triplet: 05, CA and 31. RGB value is (5,202,49). Sum of RGB (Red+Green+Blue) = 5+202+49=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 202 (79.30% from 255 or 78.91% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CA31 is #FA35CE. Grayscale: #7E7E7E. Windows color (decimal): -16397775 or 3262981. OLE color: 3262981.

HSL color Cylindrical-coordinate representation of color #05CA31: hue angle of 133.4º 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 #05CA31 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB520249-
CMYK0.9800.760.21
HSL133.4º95.17%40.59%-
HSV(B)133.4º97.52%79.22%-
XYZ21.7442.59.96-
YUV125.6684.7341.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 202 (79.30% from 255) = 78.91%
BLUE value IS 49 (19.53% from 255) = 19.14%
R=1.95%
G=78.91%
B=19.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal5202490.9800.760.21133.495.1740.59
Hex5CA316204C15855f29
Octal53126114201142520513751
Binary1011100101011000111000100100110010101100001011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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