#05CA3E

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

Shades of Dark Pastel Green #05CA3E

Tints of Dark Pastel Green #05CA3E

Color information

#05CA3E (or 0x05CA3E) is unknown color: approx Dark Pastel Green. HEX triplet: 05, CA and 3E. RGB value is (5,202,62). Sum of RGB (Red+Green+Blue) = 5+202+62=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 202 (79.30% from 255 or 75.09% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CA3E is #FA35C1. Grayscale: #7F7F7F. Windows color (decimal): -16397762 or 4114949. OLE color: 4114949.

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

Color convert

RGB520262-
CMYK0.9800.690.21
HSL137.36º95.17%40.59%-
HSV(B)137.36º97.52%79.22%-
XYZ22.0542.6211.62-
YUV127.1491.2340.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.86%
GREEN value IS 202 (79.30% from 255) = 75.09%
BLUE value IS 62 (24.61% from 255) = 23.05%
R=1.86%
G=75.09%
B=23.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal5202620.9800.690.21137.3695.1740.59
Hex5CA3E6204515895f29
Octal53127614201052521113751
Binary1011100101011111011000100100010110101100010011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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