Shades of Dark Pastel Green #00CF43
Tints of Dark Pastel Green #00CF43
RGB
CMYK
RGB Variations
Color information
#00CF43 (or 0x00CF43) is known color: Dark Pastel Green. HEX triplet: 00, CF and 43. RGB value is (0,207,67). Sum of RGB (Red+Green+Blue) = 0+207+67=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 207 (81.25% from 255 or 75.55% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 207 - color contains mainly: green. Hex color #00CF43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CF43 is #FF30BC. Grayscale: #818181. Windows color (decimal): -16724157 or 4443904. OLE color: 4443904.
HSL color Cylindrical-coordinate representation of color #00CF43: hue angle of 139.42º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CF43 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 67 | - |
| CMYK | 1 | 0 | 0.68 | 0.19 |
| HSL | 139.42º | 1% | 0.41% | - |
| HSV(B) | 139.42º | 1% | 0.81% | - |
| XYZ | 23.33 | 45.03 | 12.77 | - |
| YUV | 129.15 | 92.92 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 67 | 1 | 0 | 0.68 | 0.19 | 139.42 | 1 | 0.41 |
| Hex | 0 | CF | 43 | 64 | 0 | 44 | 13 | 8B | 64 | 29 |
| Octal | 0 | 317 | 103 | 144 | 0 | 104 | 23 | 213 | 144 | 51 |
| Binary | 0 | 11001111 | 1000011 | 1100100 | 0 | 1000100 | 10011 | 10001011 | 1100100 | 101001 |
Color Harmonies of #00CF43
Complementary color
Monochromatic Colors of #00CF43
Black with #00CF43
Text Example
Text Example
White with #00CF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CF43; }
p { color: rgb(0,207,67); }
H1.HeaderClassName
{
color: #00CF43;
}
.AnyTagClassName
{
color: #00CF43;
}
</style>
background-color css
<style>
a { background-color: #00CF43; }
a { background-color: rgb(0,207,67); }
div.DivClassName
{
background-color: #00CF43;
}
.BgClassName
{
background-color: #00CF43;
}
</style>
border-color css
<style>
span { border-color: #00CF43; }
span { border-color: rgb(0,207,67); }
td.TdClassName
{
border-color: #00CF43;
}
.TagClassName
{
border-color: #00CF43;
}
</style>