Shades of Sulu #C2F37F
Tints of Sulu #C2F37F
RGB
CMYK
RGB Variations
Color information
#C2F37F (or 0xC2F37F) is known color: Sulu. HEX triplet: C2, F3 and 7F. RGB value is (194,243,127). Sum of RGB (Red+Green+Blue) = 194+243+127=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F37F is #3D0C80. Grayscale: #D7D7D7. Windows color (decimal): -4000897 or 8385474. OLE color: 8385474.
HSL color Cylindrical-coordinate representation of color #C2F37F: hue angle of 85.34º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2F37F is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 243 | 127 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.05 |
| HSL | 85.34º | 0.83% | 0.73% | - |
| HSV(B) | 85.34º | 0.48% | 0.95% | - |
| XYZ | 58.13 | 77.1 | 31.9 | - |
| YUV | 215.13 | 78.27 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 243 | 127 | 0.20 | 0 | 0.48 | 0.05 | 85.34 | 0.83 | 0.73 |
| Hex | C2 | F3 | 7F | 14 | 0 | 30 | 5 | 55 | 53 | 49 |
| Octal | 302 | 363 | 177 | 24 | 0 | 60 | 5 | 125 | 123 | 111 |
| Binary | 11000010 | 11110011 | 1111111 | 10100 | 0 | 110000 | 101 | 1010101 | 1010011 | 1001001 |
Color Harmonies of #C2F37F
Complementary color
Monochromatic Colors of #C2F37F
Black with #C2F37F
Text Example
Text Example
White with #C2F37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F37F; }
p { color: rgb(194,243,127); }
H1.HeaderClassName
{
color: #C2F37F;
}
.AnyTagClassName
{
color: #C2F37F;
}
</style>
background-color css
<style>
a { background-color: #C2F37F; }
a { background-color: rgb(194,243,127); }
div.DivClassName
{
background-color: #C2F37F;
}
.BgClassName
{
background-color: #C2F37F;
}
</style>
border-color css
<style>
span { border-color: #C2F37F; }
span { border-color: rgb(194,243,127); }
td.TdClassName
{
border-color: #C2F37F;
}
.TagClassName
{
border-color: #C2F37F;
}
</style>