Shades of Sulu #CDFE6E
Tints of Sulu #CDFE6E
RGB
CMYK
RGB Variations
Color information
#CDFE6E (or 0xCDFE6E) is known color: Sulu. HEX triplet: CD, FE and 6E. RGB value is (205,254,110). Sum of RGB (Red+Green+Blue) = 205+254+110=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 110 (43.36% from 255 or 19.33% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFE6E is #320191. Grayscale: #DFDFDF. Windows color (decimal): -3277202 or 7274189. OLE color: 7274189.
HSL color Cylindrical-coordinate representation of color #CDFE6E: hue angle of 80.42º 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 #CDFE6E is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 110 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.00 |
| HSL | 80.42º | 0.99% | 0.71% | - |
| HSV(B) | 80.42º | 0.57% | 1% | - |
| XYZ | 63.43 | 84.99 | 27.81 | - |
| YUV | 222.93 | 64.27 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 110 | 0.19 | 0 | 0.57 | 0.00 | 80.42 | 0.99 | 0.71 |
| Hex | CD | FE | 6E | 13 | 0 | 39 | 0 | 50 | 63 | 47 |
| Octal | 315 | 376 | 156 | 23 | 0 | 71 | 0 | 120 | 143 | 107 |
| Binary | 11001101 | 11111110 | 1101110 | 10011 | 0 | 111001 | 0 | 1010000 | 1100011 | 1000111 |
Color Harmonies of #CDFE6E
Complementary color
Monochromatic Colors of #CDFE6E
Black with #CDFE6E
Text Example
Text Example
White with #CDFE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE6E; }
p { color: rgb(205,254,110); }
H1.HeaderClassName
{
color: #CDFE6E;
}
.AnyTagClassName
{
color: #CDFE6E;
}
</style>
background-color css
<style>
a { background-color: #CDFE6E; }
a { background-color: rgb(205,254,110); }
div.DivClassName
{
background-color: #CDFE6E;
}
.BgClassName
{
background-color: #CDFE6E;
}
</style>
border-color css
<style>
span { border-color: #CDFE6E; }
span { border-color: rgb(205,254,110); }
td.TdClassName
{
border-color: #CDFE6E;
}
.TagClassName
{
border-color: #CDFE6E;
}
</style>