Shades of Sulu #CADD90
Tints of Sulu #CADD90
RGB
CMYK
RGB Variations
Color information
#CADD90 (or 0xCADD90) is known color: Sulu. HEX triplet: CA, DD and 90. RGB value is (202,221,144). Sum of RGB (Red+Green+Blue) = 202+221+144=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADD90 is #35226F. Grayscale: #CECECE. Windows color (decimal): -3482224 or 9493962. OLE color: 9493962.
HSL color Cylindrical-coordinate representation of color #CADD90: hue angle of 74.81º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CADD90 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 144 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.13 |
| HSL | 74.81º | 0.53% | 0.72% | - |
| HSV(B) | 74.81º | 0.35% | 0.87% | - |
| XYZ | 55.25 | 66.28 | 36.27 | - |
| YUV | 206.54 | 92.71 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 144 | 0.09 | 0 | 0.35 | 0.13 | 74.81 | 0.53 | 0.72 |
| Hex | CA | DD | 90 | 9 | 0 | 23 | D | 4B | 35 | 48 |
| Octal | 312 | 335 | 220 | 11 | 0 | 43 | 15 | 113 | 65 | 110 |
| Binary | 11001010 | 11011101 | 10010000 | 1001 | 0 | 100011 | 1101 | 1001011 | 110101 | 1001000 |
Color Harmonies of #CADD90
Complementary color
Monochromatic Colors of #CADD90
Black with #CADD90
Text Example
Text Example
White with #CADD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD90; }
p { color: rgb(202,221,144); }
H1.HeaderClassName
{
color: #CADD90;
}
.AnyTagClassName
{
color: #CADD90;
}
</style>
background-color css
<style>
a { background-color: #CADD90; }
a { background-color: rgb(202,221,144); }
div.DivClassName
{
background-color: #CADD90;
}
.BgClassName
{
background-color: #CADD90;
}
</style>
border-color css
<style>
span { border-color: #CADD90; }
span { border-color: rgb(202,221,144); }
td.TdClassName
{
border-color: #CADD90;
}
.TagClassName
{
border-color: #CADD90;
}
</style>