Shades of Sulu #CDFC86
Tints of Sulu #CDFC86
RGB
CMYK
RGB Variations
Color information
#CDFC86 (or 0xCDFC86) is known color: Sulu. HEX triplet: CD, FC and 86. RGB value is (205,252,134). Sum of RGB (Red+Green+Blue) = 205+252+134=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFC86 is #320379. Grayscale: #E0E0E0. Windows color (decimal): -3277690 or 8846541. OLE color: 8846541.
HSL color Cylindrical-coordinate representation of color #CDFC86: hue angle of 83.9º degrees, saturation: 0.95, 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 #CDFC86 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 134 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.01 |
| HSL | 83.9º | 0.95% | 0.76% | - |
| HSV(B) | 83.9º | 0.47% | 0.99% | - |
| XYZ | 64.29 | 84.32 | 35.44 | - |
| YUV | 224.5 | 76.93 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 134 | 0.19 | 0 | 0.47 | 0.01 | 83.9 | 0.95 | 0.76 |
| Hex | CD | FC | 86 | 13 | 0 | 2F | 1 | 54 | 5F | 4C |
| Octal | 315 | 374 | 206 | 23 | 0 | 57 | 1 | 124 | 137 | 114 |
| Binary | 11001101 | 11111100 | 10000110 | 10011 | 0 | 101111 | 1 | 1010100 | 1011111 | 1001100 |
Color Harmonies of #CDFC86
Complementary color
Monochromatic Colors of #CDFC86
Black with #CDFC86
Text Example
Text Example
White with #CDFC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC86; }
p { color: rgb(205,252,134); }
H1.HeaderClassName
{
color: #CDFC86;
}
.AnyTagClassName
{
color: #CDFC86;
}
</style>
background-color css
<style>
a { background-color: #CDFC86; }
a { background-color: rgb(205,252,134); }
div.DivClassName
{
background-color: #CDFC86;
}
.BgClassName
{
background-color: #CDFC86;
}
</style>
border-color css
<style>
span { border-color: #CDFC86; }
span { border-color: rgb(205,252,134); }
td.TdClassName
{
border-color: #CDFC86;
}
.TagClassName
{
border-color: #CDFC86;
}
</style>