Shades of Sulu #CCDF7B
Tints of Sulu #CCDF7B
RGB
CMYK
RGB Variations
Color information
#CCDF7B (or 0xCCDF7B) is known color: Sulu. HEX triplet: CC, DF and 7B. RGB value is (204,223,123). Sum of RGB (Red+Green+Blue) = 204+223+123=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF7B is #332084. Grayscale: #CECECE. Windows color (decimal): -3350661 or 8118220. OLE color: 8118220.
HSL color Cylindrical-coordinate representation of color #CCDF7B: hue angle of 71.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCDF7B is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 123 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.13 |
| HSL | 71.4º | 0.61% | 0.68% | - |
| HSV(B) | 71.4º | 0.45% | 0.87% | - |
| XYZ | 54.86 | 67.04 | 28.79 | - |
| YUV | 205.92 | 81.21 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 123 | 0.09 | 0 | 0.45 | 0.13 | 71.4 | 0.61 | 0.68 |
| Hex | CC | DF | 7B | 9 | 0 | 2D | D | 47 | 3D | 44 |
| Octal | 314 | 337 | 173 | 11 | 0 | 55 | 15 | 107 | 75 | 104 |
| Binary | 11001100 | 11011111 | 1111011 | 1001 | 0 | 101101 | 1101 | 1000111 | 111101 | 1000100 |
Color Harmonies of #CCDF7B
Complementary color
Monochromatic Colors of #CCDF7B
Black with #CCDF7B
Text Example
Text Example
White with #CCDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF7B; }
p { color: rgb(204,223,123); }
H1.HeaderClassName
{
color: #CCDF7B;
}
.AnyTagClassName
{
color: #CCDF7B;
}
</style>
background-color css
<style>
a { background-color: #CCDF7B; }
a { background-color: rgb(204,223,123); }
div.DivClassName
{
background-color: #CCDF7B;
}
.BgClassName
{
background-color: #CCDF7B;
}
</style>
border-color css
<style>
span { border-color: #CCDF7B; }
span { border-color: rgb(204,223,123); }
td.TdClassName
{
border-color: #CCDF7B;
}
.TagClassName
{
border-color: #CCDF7B;
}
</style>