Shades of Sulu #CDFE6D
Tints of Sulu #CDFE6D
RGB
CMYK
RGB Variations
Color information
#CDFE6D (or 0xCDFE6D) is known color: Sulu. HEX triplet: CD, FE and 6D. RGB value is (205,254,109). Sum of RGB (Red+Green+Blue) = 205+254+109=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFE6D is #320192. Grayscale: #DFDFDF. Windows color (decimal): -3277203 or 7208653. OLE color: 7208653.
HSL color Cylindrical-coordinate representation of color #CDFE6D: hue angle of 80.28º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDFE6D is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 109 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.00 |
| HSL | 80.28º | 0.99% | 0.71% | - |
| HSV(B) | 80.28º | 0.57% | 1% | - |
| XYZ | 63.38 | 84.97 | 27.53 | - |
| YUV | 222.82 | 63.77 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 109 | 0.19 | 0 | 0.57 | 0.00 | 80.28 | 0.99 | 0.71 |
| Hex | CD | FE | 6D | 13 | 0 | 39 | 0 | 50 | 63 | 47 |
| Octal | 315 | 376 | 155 | 23 | 0 | 71 | 0 | 120 | 143 | 107 |
| Binary | 11001101 | 11111110 | 1101101 | 10011 | 0 | 111001 | 0 | 1010000 | 1100011 | 1000111 |
Color Harmonies of #CDFE6D
Complementary color
Monochromatic Colors of #CDFE6D
Black with #CDFE6D
Text Example
Text Example
White with #CDFE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE6D; }
p { color: rgb(205,254,109); }
H1.HeaderClassName
{
color: #CDFE6D;
}
.AnyTagClassName
{
color: #CDFE6D;
}
</style>
background-color css
<style>
a { background-color: #CDFE6D; }
a { background-color: rgb(205,254,109); }
div.DivClassName
{
background-color: #CDFE6D;
}
.BgClassName
{
background-color: #CDFE6D;
}
</style>
border-color css
<style>
span { border-color: #CDFE6D; }
span { border-color: rgb(205,254,109); }
td.TdClassName
{
border-color: #CDFE6D;
}
.TagClassName
{
border-color: #CDFE6D;
}
</style>