Shades of Dark Pastel Green #08CA3D
Tints of Dark Pastel Green #08CA3D
RGB
CMYK
RGB Variations
Color information
#08CA3D (or 0x08CA3D) is known color: Dark Pastel Green. HEX triplet: 08, CA and 3D. RGB value is (8,202,61). Sum of RGB (Red+Green+Blue) = 8+202+61=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 202 (79.30% from 255 or 74.54% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CA3D is #F735C2. Grayscale: #808080. Windows color (decimal): -16201155 or 4049416. OLE color: 4049416.
HSL color Cylindrical-coordinate representation of color #08CA3D: hue angle of 136.39º 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 #08CA3D is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 202 | 61 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.21 |
| HSL | 136.39º | 0.92% | 0.41% | - |
| HSV(B) | 136.39º | 0.96% | 0.79% | - |
| XYZ | 22.06 | 42.63 | 11.48 | - |
| YUV | 127.92 | 90.23 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 202 | 61 | 0.96 | 0 | 0.70 | 0.21 | 136.39 | 0.92 | 0.41 |
| Hex | 8 | CA | 3D | 60 | 0 | 46 | 15 | 88 | 5C | 29 |
| Octal | 10 | 312 | 75 | 140 | 0 | 106 | 25 | 210 | 134 | 51 |
| Binary | 1000 | 11001010 | 111101 | 1100000 | 0 | 1000110 | 10101 | 10001000 | 1011100 | 101001 |
Color Harmonies of #08CA3D
Complementary color
Monochromatic Colors of #08CA3D
Black with #08CA3D
Text Example
Text Example
White with #08CA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CA3D; }
p { color: rgb(8,202,61); }
H1.HeaderClassName
{
color: #08CA3D;
}
.AnyTagClassName
{
color: #08CA3D;
}
</style>
background-color css
<style>
a { background-color: #08CA3D; }
a { background-color: rgb(8,202,61); }
div.DivClassName
{
background-color: #08CA3D;
}
.BgClassName
{
background-color: #08CA3D;
}
</style>
border-color css
<style>
span { border-color: #08CA3D; }
span { border-color: rgb(8,202,61); }
td.TdClassName
{
border-color: #08CA3D;
}
.TagClassName
{
border-color: #08CA3D;
}
</style>