Shades of Sulu #CADE8D
Tints of Sulu #CADE8D
RGB
CMYK
RGB Variations
Color information
#CADE8D (or 0xCADE8D) is known color: Sulu. HEX triplet: CA, DE and 8D. RGB value is (202,222,141). Sum of RGB (Red+Green+Blue) = 202+222+141=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADE8D is #352172. Grayscale: #CFCFCF. Windows color (decimal): -3481971 or 9297610. OLE color: 9297610.
HSL color Cylindrical-coordinate representation of color #CADE8D: hue angle of 74.81º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CADE8D is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 141 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.13 |
| HSL | 74.81º | 0.55% | 0.71% | - |
| HSV(B) | 74.81º | 0.36% | 0.87% | - |
| XYZ | 55.29 | 66.72 | 35.16 | - |
| YUV | 206.79 | 90.87 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 141 | 0.09 | 0 | 0.36 | 0.13 | 74.81 | 0.55 | 0.71 |
| Hex | CA | DE | 8D | 9 | 0 | 24 | D | 4B | 37 | 47 |
| Octal | 312 | 336 | 215 | 11 | 0 | 44 | 15 | 113 | 67 | 107 |
| Binary | 11001010 | 11011110 | 10001101 | 1001 | 0 | 100100 | 1101 | 1001011 | 110111 | 1000111 |
Color Harmonies of #CADE8D
Complementary color
Monochromatic Colors of #CADE8D
Black with #CADE8D
Text Example
Text Example
White with #CADE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADE8D; }
p { color: rgb(202,222,141); }
H1.HeaderClassName
{
color: #CADE8D;
}
.AnyTagClassName
{
color: #CADE8D;
}
</style>
background-color css
<style>
a { background-color: #CADE8D; }
a { background-color: rgb(202,222,141); }
div.DivClassName
{
background-color: #CADE8D;
}
.BgClassName
{
background-color: #CADE8D;
}
</style>
border-color css
<style>
span { border-color: #CADE8D; }
span { border-color: rgb(202,222,141); }
td.TdClassName
{
border-color: #CADE8D;
}
.TagClassName
{
border-color: #CADE8D;
}
</style>