Shades of Sulu #CADD7F
Tints of Sulu #CADD7F
RGB
CMYK
RGB Variations
Color information
#CADD7F (or 0xCADD7F) is known color: Sulu. HEX triplet: CA, DD and 7F. RGB value is (202,221,127). Sum of RGB (Red+Green+Blue) = 202+221+127=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD7F is #352280. Grayscale: #CCCCCC. Windows color (decimal): -3482241 or 8379850. OLE color: 8379850.
HSL color Cylindrical-coordinate representation of color #CADD7F: hue angle of 72.13º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CADD7F is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 127 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.13 |
| HSL | 72.13º | 0.58% | 0.68% | - |
| HSV(B) | 72.13º | 0.43% | 0.87% | - |
| XYZ | 54.04 | 65.8 | 29.93 | - |
| YUV | 204.6 | 84.21 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 127 | 0.09 | 0 | 0.43 | 0.13 | 72.13 | 0.58 | 0.68 |
| Hex | CA | DD | 7F | 9 | 0 | 2B | D | 48 | 3A | 44 |
| Octal | 312 | 335 | 177 | 11 | 0 | 53 | 15 | 110 | 72 | 104 |
| Binary | 11001010 | 11011101 | 1111111 | 1001 | 0 | 101011 | 1101 | 1001000 | 111010 | 1000100 |
Color Harmonies of #CADD7F
Complementary color
Monochromatic Colors of #CADD7F
Black with #CADD7F
Text Example
Text Example
White with #CADD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD7F; }
p { color: rgb(202,221,127); }
H1.HeaderClassName
{
color: #CADD7F;
}
.AnyTagClassName
{
color: #CADD7F;
}
</style>
background-color css
<style>
a { background-color: #CADD7F; }
a { background-color: rgb(202,221,127); }
div.DivClassName
{
background-color: #CADD7F;
}
.BgClassName
{
background-color: #CADD7F;
}
</style>
border-color css
<style>
span { border-color: #CADD7F; }
span { border-color: rgb(202,221,127); }
td.TdClassName
{
border-color: #CADD7F;
}
.TagClassName
{
border-color: #CADD7F;
}
</style>