Shades of Sulu #CAE672
Tints of Sulu #CAE672
RGB
CMYK
RGB Variations
Color information
#CAE672 (or 0xCAE672) is known color: Sulu. HEX triplet: CA, E6 and 72. RGB value is (202,230,114). Sum of RGB (Red+Green+Blue) = 202+230+114=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE672 is #35198D. Grayscale: #D0D0D0. Windows color (decimal): -3479950 or 7530186. OLE color: 7530186.
HSL color Cylindrical-coordinate representation of color #CAE672: hue angle of 74.48º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAE672 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 114 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.10 |
| HSL | 74.48º | 0.7% | 0.67% | - |
| HSV(B) | 74.48º | 0.5% | 0.9% | - |
| XYZ | 55.69 | 70.37 | 26.57 | - |
| YUV | 208.4 | 74.72 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 114 | 0.12 | 0 | 0.50 | 0.10 | 74.48 | 0.7 | 0.67 |
| Hex | CA | E6 | 72 | C | 0 | 32 | A | 4A | 46 | 43 |
| Octal | 312 | 346 | 162 | 14 | 0 | 62 | 12 | 112 | 106 | 103 |
| Binary | 11001010 | 11100110 | 1110010 | 1100 | 0 | 110010 | 1010 | 1001010 | 1000110 | 1000011 |
Color Harmonies of #CAE672
Complementary color
Monochromatic Colors of #CAE672
Black with #CAE672
Text Example
Text Example
White with #CAE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE672; }
p { color: rgb(202,230,114); }
H1.HeaderClassName
{
color: #CAE672;
}
.AnyTagClassName
{
color: #CAE672;
}
</style>
background-color css
<style>
a { background-color: #CAE672; }
a { background-color: rgb(202,230,114); }
div.DivClassName
{
background-color: #CAE672;
}
.BgClassName
{
background-color: #CAE672;
}
</style>
border-color css
<style>
span { border-color: #CAE672; }
span { border-color: rgb(202,230,114); }
td.TdClassName
{
border-color: #CAE672;
}
.TagClassName
{
border-color: #CAE672;
}
</style>