Shades of Sulu #C3EF86
Tints of Sulu #C3EF86
RGB
CMYK
RGB Variations
Color information
#C3EF86 (or 0xC3EF86) is known color: Sulu. HEX triplet: C3, EF and 86. RGB value is (195,239,134). Sum of RGB (Red+Green+Blue) = 195+239+134=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3EF86 is #3C1079. Grayscale: #D6D6D6. Windows color (decimal): -3936378 or 8843203. OLE color: 8843203.
HSL color Cylindrical-coordinate representation of color #C3EF86: hue angle of 85.14º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3EF86 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 134 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.06 |
| HSL | 85.14º | 0.77% | 0.73% | - |
| HSV(B) | 85.14º | 0.44% | 0.94% | - |
| XYZ | 57.68 | 75.06 | 34 | - |
| YUV | 213.87 | 82.92 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 134 | 0.18 | 0 | 0.44 | 0.06 | 85.14 | 0.77 | 0.73 |
| Hex | C3 | EF | 86 | 12 | 0 | 2C | 6 | 55 | 4D | 49 |
| Octal | 303 | 357 | 206 | 22 | 0 | 54 | 6 | 125 | 115 | 111 |
| Binary | 11000011 | 11101111 | 10000110 | 10010 | 0 | 101100 | 110 | 1010101 | 1001101 | 1001001 |
Color Harmonies of #C3EF86
Complementary color
Monochromatic Colors of #C3EF86
Black with #C3EF86
Text Example
Text Example
White with #C3EF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EF86; }
p { color: rgb(195,239,134); }
H1.HeaderClassName
{
color: #C3EF86;
}
.AnyTagClassName
{
color: #C3EF86;
}
</style>
background-color css
<style>
a { background-color: #C3EF86; }
a { background-color: rgb(195,239,134); }
div.DivClassName
{
background-color: #C3EF86;
}
.BgClassName
{
background-color: #C3EF86;
}
</style>
border-color css
<style>
span { border-color: #C3EF86; }
span { border-color: rgb(195,239,134); }
td.TdClassName
{
border-color: #C3EF86;
}
.TagClassName
{
border-color: #C3EF86;
}
</style>