Shades of Sulu #C2E766
Tints of Sulu #C2E766
RGB
CMYK
RGB Variations
Color information
#C2E766 (or 0xC2E766) is known color: Sulu. HEX triplet: C2, E7 and 66. RGB value is (194,231,102). Sum of RGB (Red+Green+Blue) = 194+231+102=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E766 is #3D1899. Grayscale: #CDCDCD. Windows color (decimal): -4003994 or 6744002. OLE color: 6744002.
HSL color Cylindrical-coordinate representation of color #C2E766: hue angle of 77.21º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2E766 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 231 | 102 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.09 |
| HSL | 77.21º | 0.73% | 0.65% | - |
| HSV(B) | 77.21º | 0.56% | 0.91% | - |
| XYZ | 53.22 | 69.58 | 23.2 | - |
| YUV | 205.23 | 69.74 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 231 | 102 | 0.16 | 0 | 0.56 | 0.09 | 77.21 | 0.73 | 0.65 |
| Hex | C2 | E7 | 66 | 10 | 0 | 38 | 9 | 4D | 49 | 41 |
| Octal | 302 | 347 | 146 | 20 | 0 | 70 | 11 | 115 | 111 | 101 |
| Binary | 11000010 | 11100111 | 1100110 | 10000 | 0 | 111000 | 1001 | 1001101 | 1001001 | 1000001 |
Color Harmonies of #C2E766
Complementary color
Monochromatic Colors of #C2E766
Black with #C2E766
Text Example
Text Example
White with #C2E766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E766; }
p { color: rgb(194,231,102); }
H1.HeaderClassName
{
color: #C2E766;
}
.AnyTagClassName
{
color: #C2E766;
}
</style>
background-color css
<style>
a { background-color: #C2E766; }
a { background-color: rgb(194,231,102); }
div.DivClassName
{
background-color: #C2E766;
}
.BgClassName
{
background-color: #C2E766;
}
</style>
border-color css
<style>
span { border-color: #C2E766; }
span { border-color: rgb(194,231,102); }
td.TdClassName
{
border-color: #C2E766;
}
.TagClassName
{
border-color: #C2E766;
}
</style>