Shades of Sulu #C2F475
Tints of Sulu #C2F475
RGB
CMYK
RGB Variations
Color information
#C2F475 (or 0xC2F475) is known color: Sulu. HEX triplet: C2, F4 and 75. RGB value is (194,244,117). Sum of RGB (Red+Green+Blue) = 194+244+117=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 244 (95.70% from 255 or 43.96% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F475 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F475 is #3D0B8A. Grayscale: #D7D7D7. Windows color (decimal): -4000651 or 7730370. OLE color: 7730370.
HSL color Cylindrical-coordinate representation of color #C2F475: hue angle of 83.62º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2F475 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 117 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.04 |
| HSL | 83.62º | 0.85% | 0.71% | - |
| HSV(B) | 83.62º | 0.52% | 0.96% | - |
| XYZ | 57.81 | 77.46 | 28.73 | - |
| YUV | 214.57 | 72.94 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 117 | 0.20 | 0 | 0.52 | 0.04 | 83.62 | 0.85 | 0.71 |
| Hex | C2 | F4 | 75 | 14 | 0 | 34 | 4 | 54 | 55 | 47 |
| Octal | 302 | 364 | 165 | 24 | 0 | 64 | 4 | 124 | 125 | 107 |
| Binary | 11000010 | 11110100 | 1110101 | 10100 | 0 | 110100 | 100 | 1010100 | 1010101 | 1000111 |
Color Harmonies of #C2F475
Complementary color
Monochromatic Colors of #C2F475
Black with #C2F475
Text Example
Text Example
White with #C2F475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F475; }
p { color: rgb(194,244,117); }
H1.HeaderClassName
{
color: #C2F475;
}
.AnyTagClassName
{
color: #C2F475;
}
</style>
background-color css
<style>
a { background-color: #C2F475; }
a { background-color: rgb(194,244,117); }
div.DivClassName
{
background-color: #C2F475;
}
.BgClassName
{
background-color: #C2F475;
}
</style>
border-color css
<style>
span { border-color: #C2F475; }
span { border-color: rgb(194,244,117); }
td.TdClassName
{
border-color: #C2F475;
}
.TagClassName
{
border-color: #C2F475;
}
</style>