Shades of Conifer #C8F44D
Tints of Conifer #C8F44D
RGB
CMYK
RGB Variations
Color information
#C8F44D (or 0xC8F44D) is known color: Conifer. HEX triplet: C8, F4 and 4D. RGB value is (200,244,77). Sum of RGB (Red+Green+Blue) = 200+244+77=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F44D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F44D is #370BB2. Grayscale: #D4D4D4. Windows color (decimal): -3607475 or 5108936. OLE color: 5108936.
HSL color Cylindrical-coordinate representation of color #C8F44D: hue angle of 75.81º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8F44D is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
RGB | 200 | 244 | 77 | - |
CMYK | 0.18 | 0 | 0.68 | 0.04 |
HSL | 75.81º | 0.88% | 0.63% | - |
HSV(B) | 75.81º | 0.68% | 0.96% | - |
XYZ | 57.51 | 77.52 | 18.95 | - |
YUV | 211.81 | 51.92 | 119.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 244 | 77 | 0.18 | 0 | 0.68 | 0.04 | 75.81 | 0.88 | 0.63 |
Hex | C8 | F4 | 4D | 12 | 0 | 44 | 4 | 4C | 58 | 3F |
Octal | 310 | 364 | 115 | 22 | 0 | 104 | 4 | 114 | 130 | 77 |
Binary | 11001000 | 11110100 | 1001101 | 10010 | 0 | 1000100 | 100 | 1001100 | 1011000 | 111111 |
Color Harmonies of #C8F44D
Complementary color
Monochromatic Colors of #C8F44D
Black with #C8F44D
Text Example
Text Example
White with #C8F44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F44D; }
p { color: rgb(200,244,77); }
H1.HeaderClassName
{
color: #C8F44D;
}
.AnyTagClassName
{
color: #C8F44D;
}
</style>
background-color css
<style>
a { background-color: #C8F44D; }
a { background-color: rgb(200,244,77); }
div.DivClassName
{
background-color: #C8F44D;
}
.BgClassName
{
background-color: #C8F44D;
}
</style>
border-color css
<style>
span { border-color: #C8F44D; }
span { border-color: rgb(200,244,77); }
td.TdClassName
{
border-color: #C8F44D;
}
.TagClassName
{
border-color: #C8F44D;
}
</style>