Shades of Sulu #C2F667
Tints of Sulu #C2F667
RGB
CMYK
RGB Variations
Color information
#C2F667 (or 0xC2F667) is known color: Sulu. HEX triplet: C2, F6 and 67. RGB value is (194,246,103). Sum of RGB (Red+Green+Blue) = 194+246+103=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 103 (40.62% from 255 or 18.97% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F667 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F667 is #3D0998. Grayscale: #D6D6D6. Windows color (decimal): -4000153 or 6813378. OLE color: 6813378.
HSL color Cylindrical-coordinate representation of color #C2F667: hue angle of 81.82º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2F667 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 246 | 103 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.04 |
| HSL | 81.82º | 0.89% | 0.68% | - |
| HSV(B) | 81.82º | 0.58% | 0.96% | - |
| XYZ | 57.65 | 78.36 | 24.92 | - |
| YUV | 214.15 | 65.27 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 246 | 103 | 0.21 | 0 | 0.58 | 0.04 | 81.82 | 0.89 | 0.68 |
| Hex | C2 | F6 | 67 | 15 | 0 | 3A | 4 | 52 | 59 | 44 |
| Octal | 302 | 366 | 147 | 25 | 0 | 72 | 4 | 122 | 131 | 104 |
| Binary | 11000010 | 11110110 | 1100111 | 10101 | 0 | 111010 | 100 | 1010010 | 1011001 | 1000100 |
Color Harmonies of #C2F667
Complementary color
Monochromatic Colors of #C2F667
Black with #C2F667
Text Example
Text Example
White with #C2F667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F667; }
p { color: rgb(194,246,103); }
H1.HeaderClassName
{
color: #C2F667;
}
.AnyTagClassName
{
color: #C2F667;
}
</style>
background-color css
<style>
a { background-color: #C2F667; }
a { background-color: rgb(194,246,103); }
div.DivClassName
{
background-color: #C2F667;
}
.BgClassName
{
background-color: #C2F667;
}
</style>
border-color css
<style>
span { border-color: #C2F667; }
span { border-color: rgb(194,246,103); }
td.TdClassName
{
border-color: #C2F667;
}
.TagClassName
{
border-color: #C2F667;
}
</style>