Shades of Sulu #CDF985
Tints of Sulu #CDF985
RGB
CMYK
RGB Variations
Color information
#CDF985 (or 0xCDF985) is known color: Sulu. HEX triplet: CD, F9 and 85. RGB value is (205,249,133). Sum of RGB (Red+Green+Blue) = 205+249+133=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF985 is #32067A. Grayscale: #DFDFDF. Windows color (decimal): -3278459 or 8780237. OLE color: 8780237.
HSL color Cylindrical-coordinate representation of color #CDF985: hue angle of 82.76º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDF985 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 133 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.02 |
| HSL | 82.76º | 0.91% | 0.75% | - |
| HSV(B) | 82.76º | 0.47% | 0.98% | - |
| XYZ | 63.29 | 82.42 | 34.76 | - |
| YUV | 222.62 | 77.42 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 133 | 0.18 | 0 | 0.47 | 0.02 | 82.76 | 0.91 | 0.75 |
| Hex | CD | F9 | 85 | 12 | 0 | 2F | 2 | 53 | 5B | 4B |
| Octal | 315 | 371 | 205 | 22 | 0 | 57 | 2 | 123 | 133 | 113 |
| Binary | 11001101 | 11111001 | 10000101 | 10010 | 0 | 101111 | 10 | 1010011 | 1011011 | 1001011 |
Color Harmonies of #CDF985
Complementary color
Monochromatic Colors of #CDF985
Black with #CDF985
Text Example
Text Example
White with #CDF985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF985; }
p { color: rgb(205,249,133); }
H1.HeaderClassName
{
color: #CDF985;
}
.AnyTagClassName
{
color: #CDF985;
}
</style>
background-color css
<style>
a { background-color: #CDF985; }
a { background-color: rgb(205,249,133); }
div.DivClassName
{
background-color: #CDF985;
}
.BgClassName
{
background-color: #CDF985;
}
</style>
border-color css
<style>
span { border-color: #CDF985; }
span { border-color: rgb(205,249,133); }
td.TdClassName
{
border-color: #CDF985;
}
.TagClassName
{
border-color: #CDF985;
}
</style>