Shades of Dark Pastel Green #08CA32
Tints of Dark Pastel Green #08CA32
RGB
CMYK
RGB Variations
Color information
#08CA32 (or 0x08CA32) is known color: Dark Pastel Green. HEX triplet: 08, CA and 32. RGB value is (8,202,50). Sum of RGB (Red+Green+Blue) = 8+202+50=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 202 (79.30% from 255 or 77.69% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CA32 is #F735CD. Grayscale: #7F7F7F. Windows color (decimal): -16201166 or 3328520. OLE color: 3328520.
HSL color Cylindrical-coordinate representation of color #08CA32: hue angle of 132.99º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CA32 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 202 | 50 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.21 |
| HSL | 132.99º | 0.92% | 0.41% | - |
| HSV(B) | 132.99º | 0.96% | 0.79% | - |
| XYZ | 21.8 | 42.52 | 10.08 | - |
| YUV | 126.67 | 84.73 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 202 | 50 | 0.96 | 0 | 0.75 | 0.21 | 132.99 | 0.92 | 0.41 |
| Hex | 8 | CA | 32 | 60 | 0 | 4B | 15 | 85 | 5C | 29 |
| Octal | 10 | 312 | 62 | 140 | 0 | 113 | 25 | 205 | 134 | 51 |
| Binary | 1000 | 11001010 | 110010 | 1100000 | 0 | 1001011 | 10101 | 10000101 | 1011100 | 101001 |
Color Harmonies of #08CA32
Complementary color
Monochromatic Colors of #08CA32
Black with #08CA32
Text Example
Text Example
White with #08CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CA32; }
p { color: rgb(8,202,50); }
H1.HeaderClassName
{
color: #08CA32;
}
.AnyTagClassName
{
color: #08CA32;
}
</style>
background-color css
<style>
a { background-color: #08CA32; }
a { background-color: rgb(8,202,50); }
div.DivClassName
{
background-color: #08CA32;
}
.BgClassName
{
background-color: #08CA32;
}
</style>
border-color css
<style>
span { border-color: #08CA32; }
span { border-color: rgb(8,202,50); }
td.TdClassName
{
border-color: #08CA32;
}
.TagClassName
{
border-color: #08CA32;
}
</style>