Shades of Sulu #CADD7E
Tints of Sulu #CADD7E
RGB
CMYK
RGB Variations
Color information
#CADD7E (or 0xCADD7E) is known color: Sulu. HEX triplet: CA, DD and 7E. RGB value is (202,221,126). Sum of RGB (Red+Green+Blue) = 202+221+126=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 126 (49.61% from 255 or 22.95% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD7E is #352281. Grayscale: #CCCCCC. Windows color (decimal): -3482242 or 8314314. OLE color: 8314314.
HSL color Cylindrical-coordinate representation of color #CADD7E: hue angle of 72º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CADD7E is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 126 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.13 |
| HSL | 72º | 0.58% | 0.68% | - |
| HSV(B) | 72º | 0.43% | 0.87% | - |
| XYZ | 53.98 | 65.78 | 29.59 | - |
| YUV | 204.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 126 | 0.09 | 0 | 0.43 | 0.13 | 72 | 0.58 | 0.68 |
| Hex | CA | DD | 7E | 9 | 0 | 2B | D | 48 | 3A | 44 |
| Octal | 312 | 335 | 176 | 11 | 0 | 53 | 15 | 110 | 72 | 104 |
| Binary | 11001010 | 11011101 | 1111110 | 1001 | 0 | 101011 | 1101 | 1001000 | 111010 | 1000100 |
Color Harmonies of #CADD7E
Complementary color
Monochromatic Colors of #CADD7E
Black with #CADD7E
Text Example
Text Example
White with #CADD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD7E; }
p { color: rgb(202,221,126); }
H1.HeaderClassName
{
color: #CADD7E;
}
.AnyTagClassName
{
color: #CADD7E;
}
</style>
background-color css
<style>
a { background-color: #CADD7E; }
a { background-color: rgb(202,221,126); }
div.DivClassName
{
background-color: #CADD7E;
}
.BgClassName
{
background-color: #CADD7E;
}
</style>
border-color css
<style>
span { border-color: #CADD7E; }
span { border-color: rgb(202,221,126); }
td.TdClassName
{
border-color: #CADD7E;
}
.TagClassName
{
border-color: #CADD7E;
}
</style>