Shades of Conifer #C1DF4B
Tints of Conifer #C1DF4B
RGB
CMYK
RGB Variations
Color information
#C1DF4B (or 0xC1DF4B) is known color: Conifer. HEX triplet: C1, DF and 4B. RGB value is (193,223,75). Sum of RGB (Red+Green+Blue) = 193+223+75=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DF4B is #3E20B4. Grayscale: #C5C5C5. Windows color (decimal): -4071605 or 4972481. OLE color: 4972481.
HSL color Cylindrical-coordinate representation of color #C1DF4B: hue angle of 72.16º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1DF4B is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 75 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.13 |
| HSL | 72.16º | 0.7% | 0.58% | - |
| HSV(B) | 72.16º | 0.66% | 0.87% | - |
| XYZ | 49.65 | 64.62 | 16.51 | - |
| YUV | 197.16 | 59.06 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 75 | 0.13 | 0 | 0.66 | 0.13 | 72.16 | 0.7 | 0.58 |
| Hex | C1 | DF | 4B | D | 0 | 42 | D | 48 | 46 | 3A |
| Octal | 301 | 337 | 113 | 15 | 0 | 102 | 15 | 110 | 106 | 72 |
| Binary | 11000001 | 11011111 | 1001011 | 1101 | 0 | 1000010 | 1101 | 1001000 | 1000110 | 111010 |
Color Harmonies of #C1DF4B
Complementary color
Monochromatic Colors of #C1DF4B
Black with #C1DF4B
Text Example
Text Example
White with #C1DF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DF4B; }
p { color: rgb(193,223,75); }
H1.HeaderClassName
{
color: #C1DF4B;
}
.AnyTagClassName
{
color: #C1DF4B;
}
</style>
background-color css
<style>
a { background-color: #C1DF4B; }
a { background-color: rgb(193,223,75); }
div.DivClassName
{
background-color: #C1DF4B;
}
.BgClassName
{
background-color: #C1DF4B;
}
</style>
border-color css
<style>
span { border-color: #C1DF4B; }
span { border-color: rgb(193,223,75); }
td.TdClassName
{
border-color: #C1DF4B;
}
.TagClassName
{
border-color: #C1DF4B;
}
</style>