Shades of Sulu #CDE27B
Tints of Sulu #CDE27B
RGB
CMYK
RGB Variations
Color information
#CDE27B (or 0xCDE27B) is known color: Sulu. HEX triplet: CD, E2 and 7B. RGB value is (205,226,123). Sum of RGB (Red+Green+Blue) = 205+226+123=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE27B is #321D84. Grayscale: #D0D0D0. Windows color (decimal): -3284357 or 8118989. OLE color: 8118989.
HSL color Cylindrical-coordinate representation of color #CDE27B: hue angle of 72.23º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDE27B is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 123 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.11 |
| HSL | 72.23º | 0.64% | 0.68% | - |
| HSV(B) | 72.23º | 0.46% | 0.89% | - |
| XYZ | 55.95 | 68.8 | 29.07 | - |
| YUV | 207.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 123 | 0.09 | 0 | 0.46 | 0.11 | 72.23 | 0.64 | 0.68 |
| Hex | CD | E2 | 7B | 9 | 0 | 2E | B | 48 | 40 | 44 |
| Octal | 315 | 342 | 173 | 11 | 0 | 56 | 13 | 110 | 100 | 104 |
| Binary | 11001101 | 11100010 | 1111011 | 1001 | 0 | 101110 | 1011 | 1001000 | 1000000 | 1000100 |
Color Harmonies of #CDE27B
Complementary color
Monochromatic Colors of #CDE27B
Black with #CDE27B
Text Example
Text Example
White with #CDE27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE27B; }
p { color: rgb(205,226,123); }
H1.HeaderClassName
{
color: #CDE27B;
}
.AnyTagClassName
{
color: #CDE27B;
}
</style>
background-color css
<style>
a { background-color: #CDE27B; }
a { background-color: rgb(205,226,123); }
div.DivClassName
{
background-color: #CDE27B;
}
.BgClassName
{
background-color: #CDE27B;
}
</style>
border-color css
<style>
span { border-color: #CDE27B; }
span { border-color: rgb(205,226,123); }
td.TdClassName
{
border-color: #CDE27B;
}
.TagClassName
{
border-color: #CDE27B;
}
</style>