Shades of Sulu #CDDF90
Tints of Sulu #CDDF90
RGB
CMYK
RGB Variations
Color information
#CDDF90 (or 0xCDDF90) is known color: Sulu. HEX triplet: CD, DF and 90. RGB value is (205,223,144). Sum of RGB (Red+Green+Blue) = 205+223+144=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDF90 is #32206F. Grayscale: #D0D0D0. Windows color (decimal): -3285104 or 9494477. OLE color: 9494477.
HSL color Cylindrical-coordinate representation of color #CDDF90: hue angle of 73.67º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDDF90 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 144 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.13 |
| HSL | 73.67º | 0.55% | 0.72% | - |
| HSV(B) | 73.67º | 0.35% | 0.87% | - |
| XYZ | 56.6 | 67.77 | 36.48 | - |
| YUV | 208.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 144 | 0.08 | 0 | 0.35 | 0.13 | 73.67 | 0.55 | 0.72 |
| Hex | CD | DF | 90 | 8 | 0 | 23 | D | 4A | 37 | 48 |
| Octal | 315 | 337 | 220 | 10 | 0 | 43 | 15 | 112 | 67 | 110 |
| Binary | 11001101 | 11011111 | 10010000 | 1000 | 0 | 100011 | 1101 | 1001010 | 110111 | 1001000 |
Color Harmonies of #CDDF90
Complementary color
Monochromatic Colors of #CDDF90
Black with #CDDF90
Text Example
Text Example
White with #CDDF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF90; }
p { color: rgb(205,223,144); }
H1.HeaderClassName
{
color: #CDDF90;
}
.AnyTagClassName
{
color: #CDDF90;
}
</style>
background-color css
<style>
a { background-color: #CDDF90; }
a { background-color: rgb(205,223,144); }
div.DivClassName
{
background-color: #CDDF90;
}
.BgClassName
{
background-color: #CDDF90;
}
</style>
border-color css
<style>
span { border-color: #CDDF90; }
span { border-color: rgb(205,223,144); }
td.TdClassName
{
border-color: #CDDF90;
}
.TagClassName
{
border-color: #CDDF90;
}
</style>