Shades of Sulu #CADD91
Tints of Sulu #CADD91
RGB
CMYK
RGB Variations
Color information
#CADD91 (or 0xCADD91) is known color: Sulu. HEX triplet: CA, DD and 91. RGB value is (202,221,145). Sum of RGB (Red+Green+Blue) = 202+221+145=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 145 (57.03% from 255 or 25.53% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADD91 is #35226E. Grayscale: #CECECE. Windows color (decimal): -3482223 or 9559498. OLE color: 9559498.
HSL color Cylindrical-coordinate representation of color #CADD91: hue angle of 75º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CADD91 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 145 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.13 |
| HSL | 75º | 0.53% | 0.72% | - |
| HSV(B) | 75º | 0.34% | 0.87% | - |
| XYZ | 55.32 | 66.31 | 36.67 | - |
| YUV | 206.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 145 | 0.09 | 0 | 0.34 | 0.13 | 75 | 0.53 | 0.72 |
| Hex | CA | DD | 91 | 9 | 0 | 22 | D | 4B | 35 | 48 |
| Octal | 312 | 335 | 221 | 11 | 0 | 42 | 15 | 113 | 65 | 110 |
| Binary | 11001010 | 11011101 | 10010001 | 1001 | 0 | 100010 | 1101 | 1001011 | 110101 | 1001000 |
Color Harmonies of #CADD91
Complementary color
Monochromatic Colors of #CADD91
Black with #CADD91
Text Example
Text Example
White with #CADD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD91; }
p { color: rgb(202,221,145); }
H1.HeaderClassName
{
color: #CADD91;
}
.AnyTagClassName
{
color: #CADD91;
}
</style>
background-color css
<style>
a { background-color: #CADD91; }
a { background-color: rgb(202,221,145); }
div.DivClassName
{
background-color: #CADD91;
}
.BgClassName
{
background-color: #CADD91;
}
</style>
border-color css
<style>
span { border-color: #CADD91; }
span { border-color: rgb(202,221,145); }
td.TdClassName
{
border-color: #CADD91;
}
.TagClassName
{
border-color: #CADD91;
}
</style>