Shades of Sulu #CAE178
Tints of Sulu #CAE178
RGB
CMYK
RGB Variations
Color information
#CAE178 (or 0xCAE178) is known color: Sulu. HEX triplet: CA, E1 and 78. RGB value is (202,225,120). Sum of RGB (Red+Green+Blue) = 202+225+120=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE178 is #351E87. Grayscale: #CECECE. Windows color (decimal): -3481224 or 7922122. OLE color: 7922122.
HSL color Cylindrical-coordinate representation of color #CAE178: hue angle of 73.14º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAE178 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 120 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.12 |
| HSL | 73.14º | 0.64% | 0.68% | - |
| HSV(B) | 73.14º | 0.47% | 0.88% | - |
| XYZ | 54.67 | 67.76 | 27.97 | - |
| YUV | 206.15 | 79.38 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 120 | 0.10 | 0 | 0.47 | 0.12 | 73.14 | 0.64 | 0.68 |
| Hex | CA | E1 | 78 | A | 0 | 2F | C | 49 | 40 | 44 |
| Octal | 312 | 341 | 170 | 12 | 0 | 57 | 14 | 111 | 100 | 104 |
| Binary | 11001010 | 11100001 | 1111000 | 1010 | 0 | 101111 | 1100 | 1001001 | 1000000 | 1000100 |
Color Harmonies of #CAE178
Complementary color
Monochromatic Colors of #CAE178
Black with #CAE178
Text Example
Text Example
White with #CAE178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE178; }
p { color: rgb(202,225,120); }
H1.HeaderClassName
{
color: #CAE178;
}
.AnyTagClassName
{
color: #CAE178;
}
</style>
background-color css
<style>
a { background-color: #CAE178; }
a { background-color: rgb(202,225,120); }
div.DivClassName
{
background-color: #CAE178;
}
.BgClassName
{
background-color: #CAE178;
}
</style>
border-color css
<style>
span { border-color: #CAE178; }
span { border-color: rgb(202,225,120); }
td.TdClassName
{
border-color: #CAE178;
}
.TagClassName
{
border-color: #CAE178;
}
</style>