Shades of Sulu #CADD92
Tints of Sulu #CADD92
RGB
CMYK
RGB Variations
Color information
#CADD92 (or 0xCADD92) is known color: Sulu. HEX triplet: CA, DD and 92. RGB value is (202,221,146). Sum of RGB (Red+Green+Blue) = 202+221+146=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADD92 is #35226D. Grayscale: #CFCFCF. Windows color (decimal): -3482222 or 9625034. OLE color: 9625034.
HSL color Cylindrical-coordinate representation of color #CADD92: hue angle of 75.2º degrees, saturation: 0.52, 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 #CADD92 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 146 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.13 |
| HSL | 75.2º | 0.52% | 0.72% | - |
| HSV(B) | 75.2º | 0.34% | 0.87% | - |
| XYZ | 55.4 | 66.34 | 37.08 | - |
| YUV | 206.77 | 93.71 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 146 | 0.09 | 0 | 0.34 | 0.13 | 75.2 | 0.52 | 0.72 |
| Hex | CA | DD | 92 | 9 | 0 | 22 | D | 4B | 34 | 48 |
| Octal | 312 | 335 | 222 | 11 | 0 | 42 | 15 | 113 | 64 | 110 |
| Binary | 11001010 | 11011101 | 10010010 | 1001 | 0 | 100010 | 1101 | 1001011 | 110100 | 1001000 |
Color Harmonies of #CADD92
Complementary color
Monochromatic Colors of #CADD92
Black with #CADD92
Text Example
Text Example
White with #CADD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD92; }
p { color: rgb(202,221,146); }
H1.HeaderClassName
{
color: #CADD92;
}
.AnyTagClassName
{
color: #CADD92;
}
</style>
background-color css
<style>
a { background-color: #CADD92; }
a { background-color: rgb(202,221,146); }
div.DivClassName
{
background-color: #CADD92;
}
.BgClassName
{
background-color: #CADD92;
}
</style>
border-color css
<style>
span { border-color: #CADD92; }
span { border-color: rgb(202,221,146); }
td.TdClassName
{
border-color: #CADD92;
}
.TagClassName
{
border-color: #CADD92;
}
</style>