Shades of Sulu #CDED85
Tints of Sulu #CDED85
RGB
CMYK
RGB Variations
Color information
#CDED85 (or 0xCDED85) is known color: Sulu. HEX triplet: CD, ED and 85. RGB value is (205,237,133). Sum of RGB (Red+Green+Blue) = 205+237+133=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDED85 is #32127A. Grayscale: #D7D7D7. Windows color (decimal): -3281531 or 8777165. OLE color: 8777165.
HSL color Cylindrical-coordinate representation of color #CDED85: hue angle of 78.46º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDED85 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 237 | 133 | - |
CMYK | 0.14 | 0 | 0.44 | 0.07 |
HSL | 78.46º | 0.74% | 0.73% | - |
HSV(B) | 78.46º | 0.44% | 0.93% | - |
XYZ | 59.69 | 75.24 | 33.57 | - |
YUV | 215.58 | 81.4 | 120.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 237 | 133 | 0.14 | 0 | 0.44 | 0.07 | 78.46 | 0.74 | 0.73 |
Hex | CD | ED | 85 | E | 0 | 2C | 7 | 4E | 4A | 49 |
Octal | 315 | 355 | 205 | 16 | 0 | 54 | 7 | 116 | 112 | 111 |
Binary | 11001101 | 11101101 | 10000101 | 1110 | 0 | 101100 | 111 | 1001110 | 1001010 | 1001001 |
Color Harmonies of #CDED85
Complementary color
Monochromatic Colors of #CDED85
Black with #CDED85
Text Example
Text Example
White with #CDED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDED85; }
p { color: rgb(205,237,133); }
H1.HeaderClassName
{
color: #CDED85;
}
.AnyTagClassName
{
color: #CDED85;
}
</style>
background-color css
<style>
a { background-color: #CDED85; }
a { background-color: rgb(205,237,133); }
div.DivClassName
{
background-color: #CDED85;
}
.BgClassName
{
background-color: #CDED85;
}
</style>
border-color css
<style>
span { border-color: #CDED85; }
span { border-color: rgb(205,237,133); }
td.TdClassName
{
border-color: #CDED85;
}
.TagClassName
{
border-color: #CDED85;
}
</style>