Shades of Sulu #CADE8C
Tints of Sulu #CADE8C
RGB
CMYK
RGB Variations
Color information
#CADE8C (or 0xCADE8C) is known color: Sulu. HEX triplet: CA, DE and 8C. RGB value is (202,222,140). Sum of RGB (Red+Green+Blue) = 202+222+140=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADE8C is #352173. Grayscale: #CECECE. Windows color (decimal): -3481972 or 9232074. OLE color: 9232074.
HSL color Cylindrical-coordinate representation of color #CADE8C: hue angle of 74.63º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CADE8C is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 140 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.13 |
| HSL | 74.63º | 0.55% | 0.71% | - |
| HSV(B) | 74.63º | 0.37% | 0.87% | - |
| XYZ | 55.21 | 66.69 | 34.77 | - |
| YUV | 206.67 | 90.37 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 140 | 0.09 | 0 | 0.37 | 0.13 | 74.63 | 0.55 | 0.71 |
| Hex | CA | DE | 8C | 9 | 0 | 25 | D | 4B | 37 | 47 |
| Octal | 312 | 336 | 214 | 11 | 0 | 45 | 15 | 113 | 67 | 107 |
| Binary | 11001010 | 11011110 | 10001100 | 1001 | 0 | 100101 | 1101 | 1001011 | 110111 | 1000111 |
Color Harmonies of #CADE8C
Complementary color
Monochromatic Colors of #CADE8C
Black with #CADE8C
Text Example
Text Example
White with #CADE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADE8C; }
p { color: rgb(202,222,140); }
H1.HeaderClassName
{
color: #CADE8C;
}
.AnyTagClassName
{
color: #CADE8C;
}
</style>
background-color css
<style>
a { background-color: #CADE8C; }
a { background-color: rgb(202,222,140); }
div.DivClassName
{
background-color: #CADE8C;
}
.BgClassName
{
background-color: #CADE8C;
}
</style>
border-color css
<style>
span { border-color: #CADE8C; }
span { border-color: rgb(202,222,140); }
td.TdClassName
{
border-color: #CADE8C;
}
.TagClassName
{
border-color: #CADE8C;
}
</style>