Shades of Sulu #CADE81
Tints of Sulu #CADE81
RGB
CMYK
RGB Variations
Color information
#CADE81 (or 0xCADE81) is known color: Sulu. HEX triplet: CA, DE and 81. RGB value is (202,222,129). Sum of RGB (Red+Green+Blue) = 202+222+129=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADE81 is #35217E. Grayscale: #CDCDCD. Windows color (decimal): -3481983 or 8511178. OLE color: 8511178.
HSL color Cylindrical-coordinate representation of color #CADE81: hue angle of 72.9º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CADE81 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 129 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.13 |
| HSL | 72.9º | 0.58% | 0.69% | - |
| HSV(B) | 72.9º | 0.42% | 0.87% | - |
| XYZ | 54.44 | 66.38 | 30.71 | - |
| YUV | 205.42 | 84.87 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 129 | 0.09 | 0 | 0.42 | 0.13 | 72.9 | 0.58 | 0.69 |
| Hex | CA | DE | 81 | 9 | 0 | 2A | D | 49 | 3A | 45 |
| Octal | 312 | 336 | 201 | 11 | 0 | 52 | 15 | 111 | 72 | 105 |
| Binary | 11001010 | 11011110 | 10000001 | 1001 | 0 | 101010 | 1101 | 1001001 | 111010 | 1000101 |
Color Harmonies of #CADE81
Complementary color
Monochromatic Colors of #CADE81
Black with #CADE81
Text Example
Text Example
White with #CADE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADE81; }
p { color: rgb(202,222,129); }
H1.HeaderClassName
{
color: #CADE81;
}
.AnyTagClassName
{
color: #CADE81;
}
</style>
background-color css
<style>
a { background-color: #CADE81; }
a { background-color: rgb(202,222,129); }
div.DivClassName
{
background-color: #CADE81;
}
.BgClassName
{
background-color: #CADE81;
}
</style>
border-color css
<style>
span { border-color: #CADE81; }
span { border-color: rgb(202,222,129); }
td.TdClassName
{
border-color: #CADE81;
}
.TagClassName
{
border-color: #CADE81;
}
</style>