Shades of Sulu #CAE975
Tints of Sulu #CAE975
RGB
CMYK
RGB Variations
Color information
#CAE975 (or 0xCAE975) is known color: Sulu. HEX triplet: CA, E9 and 75. RGB value is (202,233,117). Sum of RGB (Red+Green+Blue) = 202+233+117=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE975 is #35168A. Grayscale: #D2D2D2. Windows color (decimal): -3479179 or 7727562. OLE color: 7727562.
HSL color Cylindrical-coordinate representation of color #CAE975: hue angle of 76.03º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAE975 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 117 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.09 |
| HSL | 76.03º | 0.73% | 0.69% | - |
| HSV(B) | 76.03º | 0.5% | 0.91% | - |
| XYZ | 56.71 | 72.12 | 27.76 | - |
| YUV | 210.51 | 75.23 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 117 | 0.13 | 0 | 0.50 | 0.09 | 76.03 | 0.73 | 0.69 |
| Hex | CA | E9 | 75 | D | 0 | 32 | 9 | 4C | 48 | 45 |
| Octal | 312 | 351 | 165 | 15 | 0 | 62 | 11 | 114 | 110 | 105 |
| Binary | 11001010 | 11101001 | 1110101 | 1101 | 0 | 110010 | 1001 | 1001100 | 1001000 | 1000101 |
Color Harmonies of #CAE975
Complementary color
Monochromatic Colors of #CAE975
Black with #CAE975
Text Example
Text Example
White with #CAE975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE975; }
p { color: rgb(202,233,117); }
H1.HeaderClassName
{
color: #CAE975;
}
.AnyTagClassName
{
color: #CAE975;
}
</style>
background-color css
<style>
a { background-color: #CAE975; }
a { background-color: rgb(202,233,117); }
div.DivClassName
{
background-color: #CAE975;
}
.BgClassName
{
background-color: #CAE975;
}
</style>
border-color css
<style>
span { border-color: #CAE975; }
span { border-color: rgb(202,233,117); }
td.TdClassName
{
border-color: #CAE975;
}
.TagClassName
{
border-color: #CAE975;
}
</style>