Shades of Sulu #CDFE8A
Tints of Sulu #CDFE8A
RGB
CMYK
RGB Variations
Color information
#CDFE8A (or 0xCDFE8A) is known color: Sulu. HEX triplet: CD, FE and 8A. RGB value is (205,254,138). Sum of RGB (Red+Green+Blue) = 205+254+138=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFE8A is #320175. Grayscale: #E2E2E2. Windows color (decimal): -3277174 or 9109197. OLE color: 9109197.
HSL color Cylindrical-coordinate representation of color #CDFE8A: hue angle of 85.34º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDFE8A is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 138 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.00 |
| HSL | 85.34º | 0.98% | 0.77% | - |
| HSV(B) | 85.34º | 0.46% | 1% | - |
| XYZ | 65.21 | 85.7 | 37.15 | - |
| YUV | 226.13 | 78.27 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 138 | 0.19 | 0 | 0.46 | 0.00 | 85.34 | 0.98 | 0.77 |
| Hex | CD | FE | 8A | 13 | 0 | 2E | 0 | 55 | 62 | 4D |
| Octal | 315 | 376 | 212 | 23 | 0 | 56 | 0 | 125 | 142 | 115 |
| Binary | 11001101 | 11111110 | 10001010 | 10011 | 0 | 101110 | 0 | 1010101 | 1100010 | 1001101 |
Color Harmonies of #CDFE8A
Complementary color
Monochromatic Colors of #CDFE8A
Black with #CDFE8A
Text Example
Text Example
White with #CDFE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE8A; }
p { color: rgb(205,254,138); }
H1.HeaderClassName
{
color: #CDFE8A;
}
.AnyTagClassName
{
color: #CDFE8A;
}
</style>
background-color css
<style>
a { background-color: #CDFE8A; }
a { background-color: rgb(205,254,138); }
div.DivClassName
{
background-color: #CDFE8A;
}
.BgClassName
{
background-color: #CDFE8A;
}
</style>
border-color css
<style>
span { border-color: #CDFE8A; }
span { border-color: rgb(205,254,138); }
td.TdClassName
{
border-color: #CDFE8A;
}
.TagClassName
{
border-color: #CDFE8A;
}
</style>