Shades of Conifer #C1F24B
Tints of Conifer #C1F24B
RGB
CMYK
RGB Variations
Color information
#C1F24B (or 0xC1F24B) is known color: Conifer. HEX triplet: C1, F2 and 4B. RGB value is (193,242,75). Sum of RGB (Red+Green+Blue) = 193+242+75=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F24B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F24B is #3E0DB4. Grayscale: #D0D0D0. Windows color (decimal): -4066741 or 4977345. OLE color: 4977345.
HSL color Cylindrical-coordinate representation of color #C1F24B: hue angle of 77.6º degrees, saturation: 0.87, 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 #C1F24B is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 242 | 75 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.05 |
| HSL | 77.6º | 0.87% | 0.62% | - |
| HSV(B) | 77.6º | 0.69% | 0.95% | - |
| XYZ | 55.01 | 75.35 | 18.3 | - |
| YUV | 208.31 | 52.77 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 242 | 75 | 0.20 | 0 | 0.69 | 0.05 | 77.6 | 0.87 | 0.62 |
| Hex | C1 | F2 | 4B | 14 | 0 | 45 | 5 | 4E | 57 | 3E |
| Octal | 301 | 362 | 113 | 24 | 0 | 105 | 5 | 116 | 127 | 76 |
| Binary | 11000001 | 11110010 | 1001011 | 10100 | 0 | 1000101 | 101 | 1001110 | 1010111 | 111110 |
Color Harmonies of #C1F24B
Complementary color
Monochromatic Colors of #C1F24B
Black with #C1F24B
Text Example
Text Example
White with #C1F24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F24B; }
p { color: rgb(193,242,75); }
H1.HeaderClassName
{
color: #C1F24B;
}
.AnyTagClassName
{
color: #C1F24B;
}
</style>
background-color css
<style>
a { background-color: #C1F24B; }
a { background-color: rgb(193,242,75); }
div.DivClassName
{
background-color: #C1F24B;
}
.BgClassName
{
background-color: #C1F24B;
}
</style>
border-color css
<style>
span { border-color: #C1F24B; }
span { border-color: rgb(193,242,75); }
td.TdClassName
{
border-color: #C1F24B;
}
.TagClassName
{
border-color: #C1F24B;
}
</style>