Shades of Sulu #C2F87F
Tints of Sulu #C2F87F
RGB
CMYK
RGB Variations
Color information
#C2F87F (or 0xC2F87F) is known color: Sulu. HEX triplet: C2, F8 and 7F. RGB value is (194,248,127). Sum of RGB (Red+Green+Blue) = 194+248+127=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 248 (97.27% from 255 or 43.59% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F87F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F87F is #3D0780. Grayscale: #DADADA. Windows color (decimal): -3999617 or 8386754. OLE color: 8386754.
HSL color Cylindrical-coordinate representation of color #C2F87F: hue angle of 86.78º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2F87F is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 127 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.03 |
| HSL | 86.78º | 0.9% | 0.74% | - |
| HSV(B) | 86.78º | 0.49% | 0.97% | - |
| XYZ | 59.65 | 80.14 | 32.4 | - |
| YUV | 218.06 | 76.61 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 127 | 0.22 | 0 | 0.49 | 0.03 | 86.78 | 0.9 | 0.74 |
| Hex | C2 | F8 | 7F | 16 | 0 | 31 | 3 | 57 | 5A | 4A |
| Octal | 302 | 370 | 177 | 26 | 0 | 61 | 3 | 127 | 132 | 112 |
| Binary | 11000010 | 11111000 | 1111111 | 10110 | 0 | 110001 | 11 | 1010111 | 1011010 | 1001010 |
Color Harmonies of #C2F87F
Complementary color
Monochromatic Colors of #C2F87F
Black with #C2F87F
Text Example
Text Example
White with #C2F87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F87F; }
p { color: rgb(194,248,127); }
H1.HeaderClassName
{
color: #C2F87F;
}
.AnyTagClassName
{
color: #C2F87F;
}
</style>
background-color css
<style>
a { background-color: #C2F87F; }
a { background-color: rgb(194,248,127); }
div.DivClassName
{
background-color: #C2F87F;
}
.BgClassName
{
background-color: #C2F87F;
}
</style>
border-color css
<style>
span { border-color: #C2F87F; }
span { border-color: rgb(194,248,127); }
td.TdClassName
{
border-color: #C2F87F;
}
.TagClassName
{
border-color: #C2F87F;
}
</style>