Shades of Sulu #CDF88A
Tints of Sulu #CDF88A
RGB
CMYK
RGB Variations
Color information
#CDF88A (or 0xCDF88A) is known color: Sulu. HEX triplet: CD, F8 and 8A. RGB value is (205,248,138). Sum of RGB (Red+Green+Blue) = 205+248+138=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF88A is #320775. Grayscale: #DFDFDF. Windows color (decimal): -3278710 or 9107661. OLE color: 9107661.
HSL color Cylindrical-coordinate representation of color #CDF88A: hue angle of 83.45º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDF88A is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 138 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.03 |
| HSL | 83.45º | 0.89% | 0.76% | - |
| HSV(B) | 83.45º | 0.44% | 0.97% | - |
| XYZ | 63.33 | 81.95 | 36.52 | - |
| YUV | 222.6 | 80.25 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 138 | 0.17 | 0 | 0.44 | 0.03 | 83.45 | 0.89 | 0.76 |
| Hex | CD | F8 | 8A | 11 | 0 | 2C | 3 | 53 | 59 | 4C |
| Octal | 315 | 370 | 212 | 21 | 0 | 54 | 3 | 123 | 131 | 114 |
| Binary | 11001101 | 11111000 | 10001010 | 10001 | 0 | 101100 | 11 | 1010011 | 1011001 | 1001100 |
Color Harmonies of #CDF88A
Complementary color
Monochromatic Colors of #CDF88A
Black with #CDF88A
Text Example
Text Example
White with #CDF88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF88A; }
p { color: rgb(205,248,138); }
H1.HeaderClassName
{
color: #CDF88A;
}
.AnyTagClassName
{
color: #CDF88A;
}
</style>
background-color css
<style>
a { background-color: #CDF88A; }
a { background-color: rgb(205,248,138); }
div.DivClassName
{
background-color: #CDF88A;
}
.BgClassName
{
background-color: #CDF88A;
}
</style>
border-color css
<style>
span { border-color: #CDF88A; }
span { border-color: rgb(205,248,138); }
td.TdClassName
{
border-color: #CDF88A;
}
.TagClassName
{
border-color: #CDF88A;
}
</style>