Shades of Reef #C2F09B
Tints of Reef #C2F09B
RGB
CMYK
RGB Variations
Color information
#C2F09B (or 0xC2F09B) is known color: Reef. HEX triplet: C2, F0 and 9B. RGB value is (194,240,155). Sum of RGB (Red+Green+Blue) = 194+240+155=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F09B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F09B is #3D0F64. Grayscale: #D8D8D8. Windows color (decimal): -4001637 or 10219714. OLE color: 10219714.
HSL color Cylindrical-coordinate representation of color #C2F09B: hue angle of 92.47º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2F09B is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 155 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.06 |
| HSL | 92.47º | 0.74% | 0.77% | - |
| HSV(B) | 92.47º | 0.35% | 0.94% | - |
| XYZ | 59.32 | 76.16 | 42.58 | - |
| YUV | 216.56 | 93.26 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 155 | 0.19 | 0 | 0.35 | 0.06 | 92.47 | 0.74 | 0.77 |
| Hex | C2 | F0 | 9B | 13 | 0 | 23 | 6 | 5C | 4A | 4D |
| Octal | 302 | 360 | 233 | 23 | 0 | 43 | 6 | 134 | 112 | 115 |
| Binary | 11000010 | 11110000 | 10011011 | 10011 | 0 | 100011 | 110 | 1011100 | 1001010 | 1001101 |
Color Harmonies of #C2F09B
Complementary color
Monochromatic Colors of #C2F09B
Black with #C2F09B
Text Example
Text Example
White with #C2F09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F09B; }
p { color: rgb(194,240,155); }
H1.HeaderClassName
{
color: #C2F09B;
}
.AnyTagClassName
{
color: #C2F09B;
}
</style>
background-color css
<style>
a { background-color: #C2F09B; }
a { background-color: rgb(194,240,155); }
div.DivClassName
{
background-color: #C2F09B;
}
.BgClassName
{
background-color: #C2F09B;
}
</style>
border-color css
<style>
span { border-color: #C2F09B; }
span { border-color: rgb(194,240,155); }
td.TdClassName
{
border-color: #C2F09B;
}
.TagClassName
{
border-color: #C2F09B;
}
</style>