Shades of Reef #C1F49A
Tints of Reef #C1F49A
RGB
CMYK
RGB Variations
Color information
#C1F49A (or 0xC1F49A) is known color: Reef. HEX triplet: C1, F4 and 9A. RGB value is (193,244,154). Sum of RGB (Red+Green+Blue) = 193+244+154=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #C1F49A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F49A is #3E0B65. Grayscale: #DADADA. Windows color (decimal): -4066150 or 10155201. OLE color: 10155201.
HSL color Cylindrical-coordinate representation of color #C1F49A: hue angle of 94º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1F49A is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 244 | 154 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.04 |
| HSL | 94º | 0.8% | 0.78% | - |
| HSV(B) | 94º | 0.37% | 0.96% | - |
| XYZ | 60.18 | 78.37 | 42.53 | - |
| YUV | 218.49 | 91.6 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 244 | 154 | 0.21 | 0 | 0.37 | 0.04 | 94 | 0.8 | 0.78 |
| Hex | C1 | F4 | 9A | 15 | 0 | 25 | 4 | 5E | 50 | 4E |
| Octal | 301 | 364 | 232 | 25 | 0 | 45 | 4 | 136 | 120 | 116 |
| Binary | 11000001 | 11110100 | 10011010 | 10101 | 0 | 100101 | 100 | 1011110 | 1010000 | 1001110 |
Color Harmonies of #C1F49A
Complementary color
Monochromatic Colors of #C1F49A
Black with #C1F49A
Text Example
Text Example
White with #C1F49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F49A; }
p { color: rgb(193,244,154); }
H1.HeaderClassName
{
color: #C1F49A;
}
.AnyTagClassName
{
color: #C1F49A;
}
</style>
background-color css
<style>
a { background-color: #C1F49A; }
a { background-color: rgb(193,244,154); }
div.DivClassName
{
background-color: #C1F49A;
}
.BgClassName
{
background-color: #C1F49A;
}
</style>
border-color css
<style>
span { border-color: #C1F49A; }
span { border-color: rgb(193,244,154); }
td.TdClassName
{
border-color: #C1F49A;
}
.TagClassName
{
border-color: #C1F49A;
}
</style>