Shades of Reef #C2FF9F
Tints of Reef #C2FF9F
RGB
CMYK
RGB Variations
Color information
#C2FF9F (or 0xC2FF9F) is known color: Reef. HEX triplet: C2, FF and 9F. RGB value is (194,255,159). Sum of RGB (Red+Green+Blue) = 194+255+159=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FF9F is #3D0060. Grayscale: #E2E2E2. Windows color (decimal): -3997793 or 10485698. OLE color: 10485698.
HSL color Cylindrical-coordinate representation of color #C2FF9F: hue angle of 98.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2FF9F is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
RGB | 194 | 255 | 159 | - |
CMYK | 0.24 | 0 | 0.38 | 0 |
HSL | 98.13º | 1% | 0.81% | - |
HSV(B) | 98.13º | 0.38% | 1% | - |
XYZ | 64.27 | 85.49 | 45.92 | - |
YUV | 225.82 | 90.29 | 105.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 255 | 159 | 0.24 | 0 | 0.38 | 0 | 98.13 | 1 | 0.81 |
Hex | C2 | FF | 9F | 18 | 0 | 26 | 0 | 62 | 64 | 51 |
Octal | 302 | 377 | 237 | 30 | 0 | 46 | 0 | 142 | 144 | 121 |
Binary | 11000010 | 11111111 | 10011111 | 11000 | 0 | 100110 | 0 | 1100010 | 1100100 | 1010001 |
Color Harmonies of #C2FF9F
Complementary color
Monochromatic Colors of #C2FF9F
Black with #C2FF9F
Text Example
Text Example
White with #C2FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF9F; }
p { color: rgb(194,255,159); }
H1.HeaderClassName
{
color: #C2FF9F;
}
.AnyTagClassName
{
color: #C2FF9F;
}
</style>
background-color css
<style>
a { background-color: #C2FF9F; }
a { background-color: rgb(194,255,159); }
div.DivClassName
{
background-color: #C2FF9F;
}
.BgClassName
{
background-color: #C2FF9F;
}
</style>
border-color css
<style>
span { border-color: #C2FF9F; }
span { border-color: rgb(194,255,159); }
td.TdClassName
{
border-color: #C2FF9F;
}
.TagClassName
{
border-color: #C2FF9F;
}
</style>