Shades of Sulu #CDE680
Tints of Sulu #CDE680
RGB
CMYK
RGB Variations
Color information
#CDE680 (or 0xCDE680) is known color: Sulu. HEX triplet: CD, E6 and 80. RGB value is (205,230,128). Sum of RGB (Red+Green+Blue) = 205+230+128=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE680 is #32197F. Grayscale: #D3D3D3. Windows color (decimal): -3283328 or 8447693. OLE color: 8447693.
HSL color Cylindrical-coordinate representation of color #CDE680: hue angle of 74.71º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDE680 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 128 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.10 |
| HSL | 74.71º | 0.67% | 0.7% | - |
| HSV(B) | 74.71º | 0.44% | 0.9% | - |
| XYZ | 57.37 | 71.13 | 31.13 | - |
| YUV | 210.9 | 81.22 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 128 | 0.11 | 0 | 0.44 | 0.10 | 74.71 | 0.67 | 0.7 |
| Hex | CD | E6 | 80 | B | 0 | 2C | A | 4B | 43 | 46 |
| Octal | 315 | 346 | 200 | 13 | 0 | 54 | 12 | 113 | 103 | 106 |
| Binary | 11001101 | 11100110 | 10000000 | 1011 | 0 | 101100 | 1010 | 1001011 | 1000011 | 1000110 |
Color Harmonies of #CDE680
Complementary color
Monochromatic Colors of #CDE680
Black with #CDE680
Text Example
Text Example
White with #CDE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE680; }
p { color: rgb(205,230,128); }
H1.HeaderClassName
{
color: #CDE680;
}
.AnyTagClassName
{
color: #CDE680;
}
</style>
background-color css
<style>
a { background-color: #CDE680; }
a { background-color: rgb(205,230,128); }
div.DivClassName
{
background-color: #CDE680;
}
.BgClassName
{
background-color: #CDE680;
}
</style>
border-color css
<style>
span { border-color: #CDE680; }
span { border-color: rgb(205,230,128); }
td.TdClassName
{
border-color: #CDE680;
}
.TagClassName
{
border-color: #CDE680;
}
</style>