Shades of Conifer #C8F34B
Tints of Conifer #C8F34B
RGB
CMYK
RGB Variations
Color information
#C8F34B (or 0xC8F34B) is known color: Conifer. HEX triplet: C8, F3 and 4B. RGB value is (200,243,75). Sum of RGB (Red+Green+Blue) = 200+243+75=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F34B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F34B is #370CB4. Grayscale: #D3D3D3. Windows color (decimal): -3607733 or 4977608. OLE color: 4977608.
HSL color Cylindrical-coordinate representation of color #C8F34B: hue angle of 75.36º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8F34B is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 75 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.05 |
| HSL | 75.36º | 0.88% | 0.62% | - |
| HSV(B) | 75.36º | 0.69% | 0.95% | - |
| XYZ | 57.14 | 76.89 | 18.49 | - |
| YUV | 210.99 | 51.25 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 75 | 0.18 | 0 | 0.69 | 0.05 | 75.36 | 0.88 | 0.62 |
| Hex | C8 | F3 | 4B | 12 | 0 | 45 | 5 | 4B | 58 | 3E |
| Octal | 310 | 363 | 113 | 22 | 0 | 105 | 5 | 113 | 130 | 76 |
| Binary | 11001000 | 11110011 | 1001011 | 10010 | 0 | 1000101 | 101 | 1001011 | 1011000 | 111110 |
Color Harmonies of #C8F34B
Complementary color
Monochromatic Colors of #C8F34B
Black with #C8F34B
Text Example
Text Example
White with #C8F34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F34B; }
p { color: rgb(200,243,75); }
H1.HeaderClassName
{
color: #C8F34B;
}
.AnyTagClassName
{
color: #C8F34B;
}
</style>
background-color css
<style>
a { background-color: #C8F34B; }
a { background-color: rgb(200,243,75); }
div.DivClassName
{
background-color: #C8F34B;
}
.BgClassName
{
background-color: #C8F34B;
}
</style>
border-color css
<style>
span { border-color: #C8F34B; }
span { border-color: rgb(200,243,75); }
td.TdClassName
{
border-color: #C8F34B;
}
.TagClassName
{
border-color: #C8F34B;
}
</style>