Shades of Sulu #CDFD85
Tints of Sulu #CDFD85
RGB
CMYK
RGB Variations
Color information
#CDFD85 (or 0xCDFD85) is known color: Sulu. HEX triplet: CD, FD and 85. RGB value is (205,253,133). Sum of RGB (Red+Green+Blue) = 205+253+133=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFD85 is #32027A. Grayscale: #E1E1E1. Windows color (decimal): -3277435 or 8781261. OLE color: 8781261.
HSL color Cylindrical-coordinate representation of color #CDFD85: hue angle of 84º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDFD85 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 133 | - |
CMYK | 0.19 | 0 | 0.47 | 0.01 |
HSL | 84º | 0.97% | 0.76% | - |
HSV(B) | 84º | 0.47% | 0.99% | - |
XYZ | 64.54 | 84.92 | 35.18 | - |
YUV | 224.97 | 76.1 | 113.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 133 | 0.19 | 0 | 0.47 | 0.01 | 84 | 0.97 | 0.76 |
Hex | CD | FD | 85 | 13 | 0 | 2F | 1 | 54 | 61 | 4C |
Octal | 315 | 375 | 205 | 23 | 0 | 57 | 1 | 124 | 141 | 114 |
Binary | 11001101 | 11111101 | 10000101 | 10011 | 0 | 101111 | 1 | 1010100 | 1100001 | 1001100 |
Color Harmonies of #CDFD85
Complementary color
Monochromatic Colors of #CDFD85
Black with #CDFD85
Text Example
Text Example
White with #CDFD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFD85; }
p { color: rgb(205,253,133); }
H1.HeaderClassName
{
color: #CDFD85;
}
.AnyTagClassName
{
color: #CDFD85;
}
</style>
background-color css
<style>
a { background-color: #CDFD85; }
a { background-color: rgb(205,253,133); }
div.DivClassName
{
background-color: #CDFD85;
}
.BgClassName
{
background-color: #CDFD85;
}
</style>
border-color css
<style>
span { border-color: #CDFD85; }
span { border-color: rgb(205,253,133); }
td.TdClassName
{
border-color: #CDFD85;
}
.TagClassName
{
border-color: #CDFD85;
}
</style>