Shades of Sulu #CAE771
Tints of Sulu #CAE771
RGB
CMYK
RGB Variations
Color information
#CAE771 (or 0xCAE771) is known color: Sulu. HEX triplet: CA, E7 and 71. RGB value is (202,231,113). Sum of RGB (Red+Green+Blue) = 202+231+113=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE771 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE771 is #35188E. Grayscale: #D1D1D1. Windows color (decimal): -3479695 or 7464906. OLE color: 7464906.
HSL color Cylindrical-coordinate representation of color #CAE771: hue angle of 74.75º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAE771 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 113 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.09 |
| HSL | 74.75º | 0.71% | 0.67% | - |
| HSV(B) | 74.75º | 0.51% | 0.91% | - |
| XYZ | 55.91 | 70.9 | 26.36 | - |
| YUV | 208.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 113 | 0.13 | 0 | 0.51 | 0.09 | 74.75 | 0.71 | 0.67 |
| Hex | CA | E7 | 71 | D | 0 | 33 | 9 | 4B | 47 | 43 |
| Octal | 312 | 347 | 161 | 15 | 0 | 63 | 11 | 113 | 107 | 103 |
| Binary | 11001010 | 11100111 | 1110001 | 1101 | 0 | 110011 | 1001 | 1001011 | 1000111 | 1000011 |
Color Harmonies of #CAE771
Complementary color
Monochromatic Colors of #CAE771
Black with #CAE771
Text Example
Text Example
White with #CAE771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE771; }
p { color: rgb(202,231,113); }
H1.HeaderClassName
{
color: #CAE771;
}
.AnyTagClassName
{
color: #CAE771;
}
</style>
background-color css
<style>
a { background-color: #CAE771; }
a { background-color: rgb(202,231,113); }
div.DivClassName
{
background-color: #CAE771;
}
.BgClassName
{
background-color: #CAE771;
}
</style>
border-color css
<style>
span { border-color: #CAE771; }
span { border-color: rgb(202,231,113); }
td.TdClassName
{
border-color: #CAE771;
}
.TagClassName
{
border-color: #CAE771;
}
</style>