Shades of Sulu #C2F269
Tints of Sulu #C2F269
RGB
CMYK
RGB Variations
Color information
#C2F269 (or 0xC2F269) is known color: Sulu. HEX triplet: C2, F2 and 69. RGB value is (194,242,105). Sum of RGB (Red+Green+Blue) = 194+242+105=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F269 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F269 is #3D0D96. Grayscale: #D4D4D4. Windows color (decimal): -4001175 or 6943426. OLE color: 6943426.
HSL color Cylindrical-coordinate representation of color #C2F269: hue angle of 81.02º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2F269 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 105 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.05 |
| HSL | 81.02º | 0.84% | 0.68% | - |
| HSV(B) | 81.02º | 0.57% | 0.95% | - |
| XYZ | 56.55 | 75.99 | 25.05 | - |
| YUV | 212.03 | 67.6 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 105 | 0.20 | 0 | 0.57 | 0.05 | 81.02 | 0.84 | 0.68 |
| Hex | C2 | F2 | 69 | 14 | 0 | 39 | 5 | 51 | 54 | 44 |
| Octal | 302 | 362 | 151 | 24 | 0 | 71 | 5 | 121 | 124 | 104 |
| Binary | 11000010 | 11110010 | 1101001 | 10100 | 0 | 111001 | 101 | 1010001 | 1010100 | 1000100 |
Color Harmonies of #C2F269
Complementary color
Monochromatic Colors of #C2F269
Black with #C2F269
Text Example
Text Example
White with #C2F269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F269; }
p { color: rgb(194,242,105); }
H1.HeaderClassName
{
color: #C2F269;
}
.AnyTagClassName
{
color: #C2F269;
}
</style>
background-color css
<style>
a { background-color: #C2F269; }
a { background-color: rgb(194,242,105); }
div.DivClassName
{
background-color: #C2F269;
}
.BgClassName
{
background-color: #C2F269;
}
</style>
border-color css
<style>
span { border-color: #C2F269; }
span { border-color: rgb(194,242,105); }
td.TdClassName
{
border-color: #C2F269;
}
.TagClassName
{
border-color: #C2F269;
}
</style>