Shades of Sulu #C2F669
Tints of Sulu #C2F669
RGB
CMYK
RGB Variations
Color information
#C2F669 (or 0xC2F669) is known color: Sulu. HEX triplet: C2, F6 and 69. RGB value is (194,246,105). Sum of RGB (Red+Green+Blue) = 194+246+105=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F669 is #3D0996. Grayscale: #D6D6D6. Windows color (decimal): -4000151 or 6944450. OLE color: 6944450.
HSL color Cylindrical-coordinate representation of color #C2F669: hue angle of 82.13º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2F669 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 246 | 105 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.04 |
| HSL | 82.13º | 0.89% | 0.69% | - |
| HSV(B) | 82.13º | 0.57% | 0.96% | - |
| XYZ | 57.75 | 78.4 | 25.45 | - |
| YUV | 214.38 | 66.27 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 246 | 105 | 0.21 | 0 | 0.57 | 0.04 | 82.13 | 0.89 | 0.69 |
| Hex | C2 | F6 | 69 | 15 | 0 | 39 | 4 | 52 | 59 | 45 |
| Octal | 302 | 366 | 151 | 25 | 0 | 71 | 4 | 122 | 131 | 105 |
| Binary | 11000010 | 11110110 | 1101001 | 10101 | 0 | 111001 | 100 | 1010010 | 1011001 | 1000101 |
Color Harmonies of #C2F669
Complementary color
Monochromatic Colors of #C2F669
Black with #C2F669
Text Example
Text Example
White with #C2F669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F669; }
p { color: rgb(194,246,105); }
H1.HeaderClassName
{
color: #C2F669;
}
.AnyTagClassName
{
color: #C2F669;
}
</style>
background-color css
<style>
a { background-color: #C2F669; }
a { background-color: rgb(194,246,105); }
div.DivClassName
{
background-color: #C2F669;
}
.BgClassName
{
background-color: #C2F669;
}
</style>
border-color css
<style>
span { border-color: #C2F669; }
span { border-color: rgb(194,246,105); }
td.TdClassName
{
border-color: #C2F669;
}
.TagClassName
{
border-color: #C2F669;
}
</style>