Shades of Sulu #CDDF7B
Tints of Sulu #CDDF7B
RGB
CMYK
RGB Variations
Color information
#CDDF7B (or 0xCDDF7B) is known color: Sulu. HEX triplet: CD, DF and 7B. RGB value is (205,223,123). Sum of RGB (Red+Green+Blue) = 205+223+123=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF7B is #322084. Grayscale: #CECECE. Windows color (decimal): -3285125 or 8118221. OLE color: 8118221.
HSL color Cylindrical-coordinate representation of color #CDDF7B: hue angle of 70.8º 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 #CDDF7B is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 123 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.13 |
| HSL | 70.8º | 0.61% | 0.68% | - |
| HSV(B) | 70.8º | 0.45% | 0.87% | - |
| XYZ | 55.14 | 67.18 | 28.8 | - |
| YUV | 206.22 | 81.04 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 123 | 0.08 | 0 | 0.45 | 0.13 | 70.8 | 0.61 | 0.68 |
| Hex | CD | DF | 7B | 8 | 0 | 2D | D | 47 | 3D | 44 |
| Octal | 315 | 337 | 173 | 10 | 0 | 55 | 15 | 107 | 75 | 104 |
| Binary | 11001101 | 11011111 | 1111011 | 1000 | 0 | 101101 | 1101 | 1000111 | 111101 | 1000100 |
Color Harmonies of #CDDF7B
Complementary color
Monochromatic Colors of #CDDF7B
Black with #CDDF7B
Text Example
Text Example
White with #CDDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF7B; }
p { color: rgb(205,223,123); }
H1.HeaderClassName
{
color: #CDDF7B;
}
.AnyTagClassName
{
color: #CDDF7B;
}
</style>
background-color css
<style>
a { background-color: #CDDF7B; }
a { background-color: rgb(205,223,123); }
div.DivClassName
{
background-color: #CDDF7B;
}
.BgClassName
{
background-color: #CDDF7B;
}
</style>
border-color css
<style>
span { border-color: #CDDF7B; }
span { border-color: rgb(205,223,123); }
td.TdClassName
{
border-color: #CDDF7B;
}
.TagClassName
{
border-color: #CDDF7B;
}
</style>