Shades of Sulu #CADF8E
Tints of Sulu #CADF8E
RGB
CMYK
RGB Variations
Color information
#CADF8E (or 0xCADF8E) is known color: Sulu. HEX triplet: CA, DF and 8E. RGB value is (202,223,142). Sum of RGB (Red+Green+Blue) = 202+223+142=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 142 (55.86% from 255 or 25.04% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADF8E is #352071. Grayscale: #CFCFCF. Windows color (decimal): -3481714 or 9363402. OLE color: 9363402.
HSL color Cylindrical-coordinate representation of color #CADF8E: hue angle of 75.56º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CADF8E is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 142 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.13 |
| HSL | 75.56º | 0.56% | 0.72% | - |
| HSV(B) | 75.56º | 0.36% | 0.87% | - |
| XYZ | 55.63 | 67.28 | 35.65 | - |
| YUV | 207.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 142 | 0.09 | 0 | 0.36 | 0.13 | 75.56 | 0.56 | 0.72 |
| Hex | CA | DF | 8E | 9 | 0 | 24 | D | 4C | 38 | 48 |
| Octal | 312 | 337 | 216 | 11 | 0 | 44 | 15 | 114 | 70 | 110 |
| Binary | 11001010 | 11011111 | 10001110 | 1001 | 0 | 100100 | 1101 | 1001100 | 111000 | 1001000 |
Color Harmonies of #CADF8E
Complementary color
Monochromatic Colors of #CADF8E
Black with #CADF8E
Text Example
Text Example
White with #CADF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADF8E; }
p { color: rgb(202,223,142); }
H1.HeaderClassName
{
color: #CADF8E;
}
.AnyTagClassName
{
color: #CADF8E;
}
</style>
background-color css
<style>
a { background-color: #CADF8E; }
a { background-color: rgb(202,223,142); }
div.DivClassName
{
background-color: #CADF8E;
}
.BgClassName
{
background-color: #CADF8E;
}
</style>
border-color css
<style>
span { border-color: #CADF8E; }
span { border-color: rgb(202,223,142); }
td.TdClassName
{
border-color: #CADF8E;
}
.TagClassName
{
border-color: #CADF8E;
}
</style>