Shades of Sulu #C2F18F
Tints of Sulu #C2F18F
RGB
CMYK
RGB Variations
Color information
#C2F18F (or 0xC2F18F) is known color: Sulu. HEX triplet: C2, F1 and 8F. RGB value is (194,241,143). Sum of RGB (Red+Green+Blue) = 194+241+143=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F18F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F18F is #3D0E70. Grayscale: #D8D8D8. Windows color (decimal): -4001393 or 9433538. OLE color: 9433538.
HSL color Cylindrical-coordinate representation of color #C2F18F: hue angle of 88.78º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2F18F is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 143 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.05 |
| HSL | 88.78º | 0.78% | 0.75% | - |
| HSV(B) | 88.78º | 0.41% | 0.95% | - |
| XYZ | 58.66 | 76.36 | 37.63 | - |
| YUV | 215.78 | 86.93 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 143 | 0.20 | 0 | 0.41 | 0.05 | 88.78 | 0.78 | 0.75 |
| Hex | C2 | F1 | 8F | 14 | 0 | 29 | 5 | 59 | 4E | 4B |
| Octal | 302 | 361 | 217 | 24 | 0 | 51 | 5 | 131 | 116 | 113 |
| Binary | 11000010 | 11110001 | 10001111 | 10100 | 0 | 101001 | 101 | 1011001 | 1001110 | 1001011 |
Color Harmonies of #C2F18F
Complementary color
Monochromatic Colors of #C2F18F
Black with #C2F18F
Text Example
Text Example
White with #C2F18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F18F; }
p { color: rgb(194,241,143); }
H1.HeaderClassName
{
color: #C2F18F;
}
.AnyTagClassName
{
color: #C2F18F;
}
</style>
background-color css
<style>
a { background-color: #C2F18F; }
a { background-color: rgb(194,241,143); }
div.DivClassName
{
background-color: #C2F18F;
}
.BgClassName
{
background-color: #C2F18F;
}
</style>
border-color css
<style>
span { border-color: #C2F18F; }
span { border-color: rgb(194,241,143); }
td.TdClassName
{
border-color: #C2F18F;
}
.TagClassName
{
border-color: #C2F18F;
}
</style>