Shades of Conifer #C1E765
Tints of Conifer #C1E765
RGB
CMYK
RGB Variations
Color information
#C1E765 (or 0xC1E765) is known color: Conifer. HEX triplet: C1, E7 and 65. RGB value is (193,231,101). Sum of RGB (Red+Green+Blue) = 193+231+101=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 231 - color contains mainly: green. Hex color #C1E765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1E765 is #3E189A. Grayscale: #CDCDCD. Windows color (decimal): -4069531 or 6678465. OLE color: 6678465.
HSL color Cylindrical-coordinate representation of color #C1E765: hue angle of 77.54º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1E765 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 231 | 101 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.09 |
| HSL | 77.54º | 0.73% | 0.65% | - |
| HSV(B) | 77.54º | 0.56% | 0.91% | - |
| XYZ | 52.92 | 69.43 | 22.92 | - |
| YUV | 204.82 | 69.41 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 231 | 101 | 0.16 | 0 | 0.56 | 0.09 | 77.54 | 0.73 | 0.65 |
| Hex | C1 | E7 | 65 | 10 | 0 | 38 | 9 | 4E | 49 | 41 |
| Octal | 301 | 347 | 145 | 20 | 0 | 70 | 11 | 116 | 111 | 101 |
| Binary | 11000001 | 11100111 | 1100101 | 10000 | 0 | 111000 | 1001 | 1001110 | 1001001 | 1000001 |
Color Harmonies of #C1E765
Complementary color
Monochromatic Colors of #C1E765
Black with #C1E765
Text Example
Text Example
White with #C1E765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E765; }
p { color: rgb(193,231,101); }
H1.HeaderClassName
{
color: #C1E765;
}
.AnyTagClassName
{
color: #C1E765;
}
</style>
background-color css
<style>
a { background-color: #C1E765; }
a { background-color: rgb(193,231,101); }
div.DivClassName
{
background-color: #C1E765;
}
.BgClassName
{
background-color: #C1E765;
}
</style>
border-color css
<style>
span { border-color: #C1E765; }
span { border-color: rgb(193,231,101); }
td.TdClassName
{
border-color: #C1E765;
}
.TagClassName
{
border-color: #C1E765;
}
</style>