Shades of Sulu #CDF58A
Tints of Sulu #CDF58A
RGB
CMYK
RGB Variations
Color information
#CDF58A (or 0xCDF58A) is known color: Sulu. HEX triplet: CD, F5 and 8A. RGB value is (205,245,138). Sum of RGB (Red+Green+Blue) = 205+245+138=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF58A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF58A is #320A75. Grayscale: #DDDDDD. Windows color (decimal): -3279478 or 9106893. OLE color: 9106893.
HSL color Cylindrical-coordinate representation of color #CDF58A: hue angle of 82.43º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDF58A is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 138 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.04 |
| HSL | 82.43º | 0.84% | 0.75% | - |
| HSV(B) | 82.43º | 0.44% | 0.96% | - |
| XYZ | 62.42 | 80.12 | 36.22 | - |
| YUV | 220.84 | 81.25 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 138 | 0.16 | 0 | 0.44 | 0.04 | 82.43 | 0.84 | 0.75 |
| Hex | CD | F5 | 8A | 10 | 0 | 2C | 4 | 52 | 54 | 4B |
| Octal | 315 | 365 | 212 | 20 | 0 | 54 | 4 | 122 | 124 | 113 |
| Binary | 11001101 | 11110101 | 10001010 | 10000 | 0 | 101100 | 100 | 1010010 | 1010100 | 1001011 |
Color Harmonies of #CDF58A
Complementary color
Monochromatic Colors of #CDF58A
Black with #CDF58A
Text Example
Text Example
White with #CDF58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF58A; }
p { color: rgb(205,245,138); }
H1.HeaderClassName
{
color: #CDF58A;
}
.AnyTagClassName
{
color: #CDF58A;
}
</style>
background-color css
<style>
a { background-color: #CDF58A; }
a { background-color: rgb(205,245,138); }
div.DivClassName
{
background-color: #CDF58A;
}
.BgClassName
{
background-color: #CDF58A;
}
</style>
border-color css
<style>
span { border-color: #CDF58A; }
span { border-color: rgb(205,245,138); }
td.TdClassName
{
border-color: #CDF58A;
}
.TagClassName
{
border-color: #CDF58A;
}
</style>