Shades of Sulu #C3EE66
Tints of Sulu #C3EE66
RGB
CMYK
RGB Variations
Color information
#C3EE66 (or 0xC3EE66) is known color: Sulu. HEX triplet: C3, EE and 66. RGB value is (195,238,102). Sum of RGB (Red+Green+Blue) = 195+238+102=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #C3EE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EE66 is #3C1199. Grayscale: #D2D2D2. Windows color (decimal): -3936666 or 6745795. OLE color: 6745795.
HSL color Cylindrical-coordinate representation of color #C3EE66: hue angle of 78.97º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3EE66 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 238 | 102 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.07 |
| HSL | 78.97º | 0.8% | 0.67% | - |
| HSV(B) | 78.97º | 0.57% | 0.93% | - |
| XYZ | 55.48 | 73.71 | 23.87 | - |
| YUV | 209.64 | 67.25 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 238 | 102 | 0.18 | 0 | 0.57 | 0.07 | 78.97 | 0.8 | 0.67 |
| Hex | C3 | EE | 66 | 12 | 0 | 39 | 7 | 4F | 50 | 43 |
| Octal | 303 | 356 | 146 | 22 | 0 | 71 | 7 | 117 | 120 | 103 |
| Binary | 11000011 | 11101110 | 1100110 | 10010 | 0 | 111001 | 111 | 1001111 | 1010000 | 1000011 |
Color Harmonies of #C3EE66
Complementary color
Monochromatic Colors of #C3EE66
Black with #C3EE66
Text Example
Text Example
White with #C3EE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EE66; }
p { color: rgb(195,238,102); }
H1.HeaderClassName
{
color: #C3EE66;
}
.AnyTagClassName
{
color: #C3EE66;
}
</style>
background-color css
<style>
a { background-color: #C3EE66; }
a { background-color: rgb(195,238,102); }
div.DivClassName
{
background-color: #C3EE66;
}
.BgClassName
{
background-color: #C3EE66;
}
</style>
border-color css
<style>
span { border-color: #C3EE66; }
span { border-color: rgb(195,238,102); }
td.TdClassName
{
border-color: #C3EE66;
}
.TagClassName
{
border-color: #C3EE66;
}
</style>