Shades of Conifer #C0DB4B
Tints of Conifer #C0DB4B
RGB
CMYK
RGB Variations
Color information
#C0DB4B (or 0xC0DB4B) is known color: Conifer. HEX triplet: C0, DB and 4B. RGB value is (192,219,75). Sum of RGB (Red+Green+Blue) = 192+219+75=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DB4B is #3F24B4. Grayscale: #C3C3C3. Windows color (decimal): -4138165 or 4971456. OLE color: 4971456.
HSL color Cylindrical-coordinate representation of color #C0DB4B: hue angle of 71.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0DB4B is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 75 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.14 |
| HSL | 71.25º | 0.67% | 0.58% | - |
| HSV(B) | 71.25º | 0.66% | 0.86% | - |
| XYZ | 48.34 | 62.38 | 16.15 | - |
| YUV | 194.51 | 60.55 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 75 | 0.12 | 0 | 0.66 | 0.14 | 71.25 | 0.67 | 0.58 |
| Hex | C0 | DB | 4B | C | 0 | 42 | E | 47 | 43 | 3A |
| Octal | 300 | 333 | 113 | 14 | 0 | 102 | 16 | 107 | 103 | 72 |
| Binary | 11000000 | 11011011 | 1001011 | 1100 | 0 | 1000010 | 1110 | 1000111 | 1000011 | 111010 |
Color Harmonies of #C0DB4B
Complementary color
Monochromatic Colors of #C0DB4B
Black with #C0DB4B
Text Example
Text Example
White with #C0DB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB4B; }
p { color: rgb(192,219,75); }
H1.HeaderClassName
{
color: #C0DB4B;
}
.AnyTagClassName
{
color: #C0DB4B;
}
</style>
background-color css
<style>
a { background-color: #C0DB4B; }
a { background-color: rgb(192,219,75); }
div.DivClassName
{
background-color: #C0DB4B;
}
.BgClassName
{
background-color: #C0DB4B;
}
</style>
border-color css
<style>
span { border-color: #C0DB4B; }
span { border-color: rgb(192,219,75); }
td.TdClassName
{
border-color: #C0DB4B;
}
.TagClassName
{
border-color: #C0DB4B;
}
</style>