Shades of Sulu #CCDF90
Tints of Sulu #CCDF90
RGB
CMYK
RGB Variations
Color information
#CCDF90 (or 0xCCDF90) is known color: Sulu. HEX triplet: CC, DF and 90. RGB value is (204,223,144). Sum of RGB (Red+Green+Blue) = 204+223+144=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF90 is #33206F. Grayscale: #D0D0D0. Windows color (decimal): -3350640 or 9494476. OLE color: 9494476.
HSL color Cylindrical-coordinate representation of color #CCDF90: hue angle of 74.43º 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 #CCDF90 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 144 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.13 |
| HSL | 74.43º | 0.55% | 0.72% | - |
| HSV(B) | 74.43º | 0.35% | 0.87% | - |
| XYZ | 56.32 | 67.63 | 36.47 | - |
| YUV | 208.31 | 91.71 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 144 | 0.09 | 0 | 0.35 | 0.13 | 74.43 | 0.55 | 0.72 |
| Hex | CC | DF | 90 | 9 | 0 | 23 | D | 4A | 37 | 48 |
| Octal | 314 | 337 | 220 | 11 | 0 | 43 | 15 | 112 | 67 | 110 |
| Binary | 11001100 | 11011111 | 10010000 | 1001 | 0 | 100011 | 1101 | 1001010 | 110111 | 1001000 |
Color Harmonies of #CCDF90
Complementary color
Monochromatic Colors of #CCDF90
Black with #CCDF90
Text Example
Text Example
White with #CCDF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF90; }
p { color: rgb(204,223,144); }
H1.HeaderClassName
{
color: #CCDF90;
}
.AnyTagClassName
{
color: #CCDF90;
}
</style>
background-color css
<style>
a { background-color: #CCDF90; }
a { background-color: rgb(204,223,144); }
div.DivClassName
{
background-color: #CCDF90;
}
.BgClassName
{
background-color: #CCDF90;
}
</style>
border-color css
<style>
span { border-color: #CCDF90; }
span { border-color: rgb(204,223,144); }
td.TdClassName
{
border-color: #CCDF90;
}
.TagClassName
{
border-color: #CCDF90;
}
</style>