Shades of Sulu #C2F38F
Tints of Sulu #C2F38F
RGB
CMYK
RGB Variations
Color information
#C2F38F (or 0xC2F38F) is known color: Sulu. HEX triplet: C2, F3 and 8F. RGB value is (194,243,143). Sum of RGB (Red+Green+Blue) = 194+243+143=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F38F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F38F is #3D0C70. Grayscale: #D9D9D9. Windows color (decimal): -4000881 or 9434050. OLE color: 9434050.
HSL color Cylindrical-coordinate representation of color #C2F38F: hue angle of 89.4º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2F38F is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 243 | 143 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.05 |
| HSL | 89.4º | 0.81% | 0.76% | - |
| HSV(B) | 89.4º | 0.41% | 0.95% | - |
| XYZ | 59.26 | 77.55 | 37.83 | - |
| YUV | 216.95 | 86.27 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 243 | 143 | 0.20 | 0 | 0.41 | 0.05 | 89.4 | 0.81 | 0.76 |
| Hex | C2 | F3 | 8F | 14 | 0 | 29 | 5 | 59 | 51 | 4C |
| Octal | 302 | 363 | 217 | 24 | 0 | 51 | 5 | 131 | 121 | 114 |
| Binary | 11000010 | 11110011 | 10001111 | 10100 | 0 | 101001 | 101 | 1011001 | 1010001 | 1001100 |
Color Harmonies of #C2F38F
Complementary color
Monochromatic Colors of #C2F38F
Black with #C2F38F
Text Example
Text Example
White with #C2F38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F38F; }
p { color: rgb(194,243,143); }
H1.HeaderClassName
{
color: #C2F38F;
}
.AnyTagClassName
{
color: #C2F38F;
}
</style>
background-color css
<style>
a { background-color: #C2F38F; }
a { background-color: rgb(194,243,143); }
div.DivClassName
{
background-color: #C2F38F;
}
.BgClassName
{
background-color: #C2F38F;
}
</style>
border-color css
<style>
span { border-color: #C2F38F; }
span { border-color: rgb(194,243,143); }
td.TdClassName
{
border-color: #C2F38F;
}
.TagClassName
{
border-color: #C2F38F;
}
</style>