Shades of Sulu #CAE773
Tints of Sulu #CAE773
RGB
CMYK
RGB Variations
Color information
#CAE773 (or 0xCAE773) is known color: Sulu. HEX triplet: CA, E7 and 73. RGB value is (202,231,115). Sum of RGB (Red+Green+Blue) = 202+231+115=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 231 (90.62% from 255 or 42.15% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE773 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE773 is #35188C. Grayscale: #D1D1D1. Windows color (decimal): -3479693 or 7595978. OLE color: 7595978.
HSL color Cylindrical-coordinate representation of color #CAE773: hue angle of 75º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAE773 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 115 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.09 |
| HSL | 75º | 0.71% | 0.68% | - |
| HSV(B) | 75º | 0.5% | 0.91% | - |
| XYZ | 56.03 | 70.95 | 26.96 | - |
| YUV | 209.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 115 | 0.13 | 0 | 0.50 | 0.09 | 75 | 0.71 | 0.68 |
| Hex | CA | E7 | 73 | D | 0 | 32 | 9 | 4B | 47 | 44 |
| Octal | 312 | 347 | 163 | 15 | 0 | 62 | 11 | 113 | 107 | 104 |
| Binary | 11001010 | 11100111 | 1110011 | 1101 | 0 | 110010 | 1001 | 1001011 | 1000111 | 1000100 |
Color Harmonies of #CAE773
Complementary color
Monochromatic Colors of #CAE773
Black with #CAE773
Text Example
Text Example
White with #CAE773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE773; }
p { color: rgb(202,231,115); }
H1.HeaderClassName
{
color: #CAE773;
}
.AnyTagClassName
{
color: #CAE773;
}
</style>
background-color css
<style>
a { background-color: #CAE773; }
a { background-color: rgb(202,231,115); }
div.DivClassName
{
background-color: #CAE773;
}
.BgClassName
{
background-color: #CAE773;
}
</style>
border-color css
<style>
span { border-color: #CAE773; }
span { border-color: rgb(202,231,115); }
td.TdClassName
{
border-color: #CAE773;
}
.TagClassName
{
border-color: #CAE773;
}
</style>