Shades of Sulu #CADE86
Tints of Sulu #CADE86
RGB
CMYK
RGB Variations
Color information
#CADE86 (or 0xCADE86) is known color: Sulu. HEX triplet: CA, DE and 86. RGB value is (202,222,134). Sum of RGB (Red+Green+Blue) = 202+222+134=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADE86 is #352179. Grayscale: #CECECE. Windows color (decimal): -3481978 or 8838858. OLE color: 8838858.
HSL color Cylindrical-coordinate representation of color #CADE86: hue angle of 73.64º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CADE86 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 134 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.13 |
| HSL | 73.64º | 0.57% | 0.7% | - |
| HSV(B) | 73.64º | 0.4% | 0.87% | - |
| XYZ | 54.78 | 66.52 | 32.51 | - |
| YUV | 205.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 134 | 0.09 | 0 | 0.40 | 0.13 | 73.64 | 0.57 | 0.7 |
| Hex | CA | DE | 86 | 9 | 0 | 28 | D | 4A | 39 | 46 |
| Octal | 312 | 336 | 206 | 11 | 0 | 50 | 15 | 112 | 71 | 106 |
| Binary | 11001010 | 11011110 | 10000110 | 1001 | 0 | 101000 | 1101 | 1001010 | 111001 | 1000110 |
Color Harmonies of #CADE86
Complementary color
Monochromatic Colors of #CADE86
Black with #CADE86
Text Example
Text Example
White with #CADE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADE86; }
p { color: rgb(202,222,134); }
H1.HeaderClassName
{
color: #CADE86;
}
.AnyTagClassName
{
color: #CADE86;
}
</style>
background-color css
<style>
a { background-color: #CADE86; }
a { background-color: rgb(202,222,134); }
div.DivClassName
{
background-color: #CADE86;
}
.BgClassName
{
background-color: #CADE86;
}
</style>
border-color css
<style>
span { border-color: #CADE86; }
span { border-color: rgb(202,222,134); }
td.TdClassName
{
border-color: #CADE86;
}
.TagClassName
{
border-color: #CADE86;
}
</style>