Shades of Sulu #CADC90
Tints of Sulu #CADC90
RGB
CMYK
RGB Variations
Color information
#CADC90 (or 0xCADC90) is known color: Sulu. HEX triplet: CA, DC and 90. RGB value is (202,220,144). Sum of RGB (Red+Green+Blue) = 202+220+144=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADC90 is #35236F. Grayscale: #CECECE. Windows color (decimal): -3482480 or 9493706. OLE color: 9493706.
HSL color Cylindrical-coordinate representation of color #CADC90: hue angle of 74.21º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CADC90 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 144 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.14 |
| HSL | 74.21º | 0.52% | 0.71% | - |
| HSV(B) | 74.21º | 0.35% | 0.86% | - |
| XYZ | 54.98 | 65.76 | 36.18 | - |
| YUV | 205.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 144 | 0.08 | 0 | 0.35 | 0.14 | 74.21 | 0.52 | 0.71 |
| Hex | CA | DC | 90 | 8 | 0 | 23 | E | 4A | 34 | 47 |
| Octal | 312 | 334 | 220 | 10 | 0 | 43 | 16 | 112 | 64 | 107 |
| Binary | 11001010 | 11011100 | 10010000 | 1000 | 0 | 100011 | 1110 | 1001010 | 110100 | 1000111 |
Color Harmonies of #CADC90
Complementary color
Monochromatic Colors of #CADC90
Black with #CADC90
Text Example
Text Example
White with #CADC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC90; }
p { color: rgb(202,220,144); }
H1.HeaderClassName
{
color: #CADC90;
}
.AnyTagClassName
{
color: #CADC90;
}
</style>
background-color css
<style>
a { background-color: #CADC90; }
a { background-color: rgb(202,220,144); }
div.DivClassName
{
background-color: #CADC90;
}
.BgClassName
{
background-color: #CADC90;
}
</style>
border-color css
<style>
span { border-color: #CADC90; }
span { border-color: rgb(202,220,144); }
td.TdClassName
{
border-color: #CADC90;
}
.TagClassName
{
border-color: #CADC90;
}
</style>