Shades of Sulu #CAE278
Tints of Sulu #CAE278
RGB
CMYK
RGB Variations
Color information
#CAE278 (or 0xCAE278) is known color: Sulu. HEX triplet: CA, E2 and 78. RGB value is (202,226,120). Sum of RGB (Red+Green+Blue) = 202+226+120=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE278 is #351D87. Grayscale: #CFCFCF. Windows color (decimal): -3480968 or 7922378. OLE color: 7922378.
HSL color Cylindrical-coordinate representation of color #CAE278: hue angle of 73.58º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAE278 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 120 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.11 |
| HSL | 73.58º | 0.65% | 0.68% | - |
| HSV(B) | 73.58º | 0.47% | 0.89% | - |
| XYZ | 54.94 | 68.31 | 28.06 | - |
| YUV | 206.74 | 79.05 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 120 | 0.11 | 0 | 0.47 | 0.11 | 73.58 | 0.65 | 0.68 |
| Hex | CA | E2 | 78 | B | 0 | 2F | B | 4A | 41 | 44 |
| Octal | 312 | 342 | 170 | 13 | 0 | 57 | 13 | 112 | 101 | 104 |
| Binary | 11001010 | 11100010 | 1111000 | 1011 | 0 | 101111 | 1011 | 1001010 | 1000001 | 1000100 |
Color Harmonies of #CAE278
Complementary color
Monochromatic Colors of #CAE278
Black with #CAE278
Text Example
Text Example
White with #CAE278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE278; }
p { color: rgb(202,226,120); }
H1.HeaderClassName
{
color: #CAE278;
}
.AnyTagClassName
{
color: #CAE278;
}
</style>
background-color css
<style>
a { background-color: #CAE278; }
a { background-color: rgb(202,226,120); }
div.DivClassName
{
background-color: #CAE278;
}
.BgClassName
{
background-color: #CAE278;
}
</style>
border-color css
<style>
span { border-color: #CAE278; }
span { border-color: rgb(202,226,120); }
td.TdClassName
{
border-color: #CAE278;
}
.TagClassName
{
border-color: #CAE278;
}
</style>