Shades of Sulu #C5EA67
Tints of Sulu #C5EA67
RGB
CMYK
RGB Variations
Color information
#C5EA67 (or 0xC5EA67) is known color: Sulu. HEX triplet: C5, EA and 67. RGB value is (197,234,103). Sum of RGB (Red+Green+Blue) = 197+234+103=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 103 (40.62% from 255 or 19.29% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EA67 is #3A1598. Grayscale: #D0D0D0. Windows color (decimal): -3806617 or 6810309. OLE color: 6810309.
HSL color Cylindrical-coordinate representation of color #C5EA67: hue angle of 76.95º degrees, saturation: 0.76, 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 #C5EA67 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 103 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.08 |
| HSL | 76.95º | 0.76% | 0.66% | - |
| HSV(B) | 76.95º | 0.56% | 0.92% | - |
| XYZ | 54.9 | 71.7 | 23.78 | - |
| YUV | 208 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 103 | 0.16 | 0 | 0.56 | 0.08 | 76.95 | 0.76 | 0.66 |
| Hex | C5 | EA | 67 | 10 | 0 | 38 | 8 | 4D | 4C | 42 |
| Octal | 305 | 352 | 147 | 20 | 0 | 70 | 10 | 115 | 114 | 102 |
| Binary | 11000101 | 11101010 | 1100111 | 10000 | 0 | 111000 | 1000 | 1001101 | 1001100 | 1000010 |
Color Harmonies of #C5EA67
Complementary color
Monochromatic Colors of #C5EA67
Black with #C5EA67
Text Example
Text Example
White with #C5EA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EA67; }
p { color: rgb(197,234,103); }
H1.HeaderClassName
{
color: #C5EA67;
}
.AnyTagClassName
{
color: #C5EA67;
}
</style>
background-color css
<style>
a { background-color: #C5EA67; }
a { background-color: rgb(197,234,103); }
div.DivClassName
{
background-color: #C5EA67;
}
.BgClassName
{
background-color: #C5EA67;
}
</style>
border-color css
<style>
span { border-color: #C5EA67; }
span { border-color: rgb(197,234,103); }
td.TdClassName
{
border-color: #C5EA67;
}
.TagClassName
{
border-color: #C5EA67;
}
</style>