Shades of Sulu #CADD8F
Tints of Sulu #CADD8F
RGB
CMYK
RGB Variations
Color information
#CADD8F (or 0xCADD8F) is known color: Sulu. HEX triplet: CA, DD and 8F. RGB value is (202,221,143). Sum of RGB (Red+Green+Blue) = 202+221+143=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADD8F is #352270. Grayscale: #CECECE. Windows color (decimal): -3482225 or 9428426. OLE color: 9428426.
HSL color Cylindrical-coordinate representation of color #CADD8F: hue angle of 74.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CADD8F is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 143 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.13 |
| HSL | 74.62º | 0.53% | 0.71% | - |
| HSV(B) | 74.62º | 0.35% | 0.87% | - |
| XYZ | 55.17 | 66.25 | 35.87 | - |
| YUV | 206.43 | 92.21 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 143 | 0.09 | 0 | 0.35 | 0.13 | 74.62 | 0.53 | 0.71 |
| Hex | CA | DD | 8F | 9 | 0 | 23 | D | 4B | 35 | 47 |
| Octal | 312 | 335 | 217 | 11 | 0 | 43 | 15 | 113 | 65 | 107 |
| Binary | 11001010 | 11011101 | 10001111 | 1001 | 0 | 100011 | 1101 | 1001011 | 110101 | 1000111 |
Color Harmonies of #CADD8F
Complementary color
Monochromatic Colors of #CADD8F
Black with #CADD8F
Text Example
Text Example
White with #CADD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD8F; }
p { color: rgb(202,221,143); }
H1.HeaderClassName
{
color: #CADD8F;
}
.AnyTagClassName
{
color: #CADD8F;
}
</style>
background-color css
<style>
a { background-color: #CADD8F; }
a { background-color: rgb(202,221,143); }
div.DivClassName
{
background-color: #CADD8F;
}
.BgClassName
{
background-color: #CADD8F;
}
</style>
border-color css
<style>
span { border-color: #CADD8F; }
span { border-color: rgb(202,221,143); }
td.TdClassName
{
border-color: #CADD8F;
}
.TagClassName
{
border-color: #CADD8F;
}
</style>