Shades of Sulu #C2EB67
Tints of Sulu #C2EB67
RGB
CMYK
RGB Variations
Color information
#C2EB67 (or 0xC2EB67) is known color: Sulu. HEX triplet: C2, EB and 67. RGB value is (194,235,103). Sum of RGB (Red+Green+Blue) = 194+235+103=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB67 is #3D1498. Grayscale: #D0D0D0. Windows color (decimal): -4002969 or 6810562. OLE color: 6810562.
HSL color Cylindrical-coordinate representation of color #C2EB67: hue angle of 78.64º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2EB67 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 103 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.08 |
| HSL | 78.64º | 0.77% | 0.66% | - |
| HSV(B) | 78.64º | 0.56% | 0.92% | - |
| XYZ | 54.4 | 71.87 | 23.84 | - |
| YUV | 207.69 | 68.92 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 103 | 0.17 | 0 | 0.56 | 0.08 | 78.64 | 0.77 | 0.66 |
| Hex | C2 | EB | 67 | 11 | 0 | 38 | 8 | 4F | 4D | 42 |
| Octal | 302 | 353 | 147 | 21 | 0 | 70 | 10 | 117 | 115 | 102 |
| Binary | 11000010 | 11101011 | 1100111 | 10001 | 0 | 111000 | 1000 | 1001111 | 1001101 | 1000010 |
Color Harmonies of #C2EB67
Complementary color
Monochromatic Colors of #C2EB67
Black with #C2EB67
Text Example
Text Example
White with #C2EB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB67; }
p { color: rgb(194,235,103); }
H1.HeaderClassName
{
color: #C2EB67;
}
.AnyTagClassName
{
color: #C2EB67;
}
</style>
background-color css
<style>
a { background-color: #C2EB67; }
a { background-color: rgb(194,235,103); }
div.DivClassName
{
background-color: #C2EB67;
}
.BgClassName
{
background-color: #C2EB67;
}
</style>
border-color css
<style>
span { border-color: #C2EB67; }
span { border-color: rgb(194,235,103); }
td.TdClassName
{
border-color: #C2EB67;
}
.TagClassName
{
border-color: #C2EB67;
}
</style>