Shades of Conifer #C6FF53
Tints of Conifer #C6FF53
RGB
CMYK
RGB Variations
Color information
#C6FF53 (or 0xC6FF53) is known color: Conifer. HEX triplet: C6, FF and 53. RGB value is (198,255,83). Sum of RGB (Red+Green+Blue) = 198+255+83=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 83 (32.81% from 255 or 15.49% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FF53 is #3900AC. Grayscale: #DADADA. Windows color (decimal): -3735725 or 5504966. OLE color: 5504966.
HSL color Cylindrical-coordinate representation of color #C6FF53: hue angle of 79.88º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6FF53 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 83 | - |
| CMYK | 0.22 | 0 | 0.67 | 0 |
| HSL | 79.88º | 1% | 0.66% | - |
| HSV(B) | 79.88º | 0.67% | 1% | - |
| XYZ | 60.61 | 84.15 | 21.23 | - |
| YUV | 218.35 | 51.62 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 83 | 0.22 | 0 | 0.67 | 0 | 79.88 | 1 | 0.66 |
| Hex | C6 | FF | 53 | 16 | 0 | 43 | 0 | 50 | 64 | 42 |
| Octal | 306 | 377 | 123 | 26 | 0 | 103 | 0 | 120 | 144 | 102 |
| Binary | 11000110 | 11111111 | 1010011 | 10110 | 0 | 1000011 | 0 | 1010000 | 1100100 | 1000010 |
Color Harmonies of #C6FF53
Complementary color
Monochromatic Colors of #C6FF53
Black with #C6FF53
Text Example
Text Example
White with #C6FF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FF53; }
p { color: rgb(198,255,83); }
H1.HeaderClassName
{
color: #C6FF53;
}
.AnyTagClassName
{
color: #C6FF53;
}
</style>
background-color css
<style>
a { background-color: #C6FF53; }
a { background-color: rgb(198,255,83); }
div.DivClassName
{
background-color: #C6FF53;
}
.BgClassName
{
background-color: #C6FF53;
}
</style>
border-color css
<style>
span { border-color: #C6FF53; }
span { border-color: rgb(198,255,83); }
td.TdClassName
{
border-color: #C6FF53;
}
.TagClassName
{
border-color: #C6FF53;
}
</style>