Shades of Sulu #CDF38D
Tints of Sulu #CDF38D
RGB
CMYK
RGB Variations
Color information
#CDF38D (or 0xCDF38D) is known color: Sulu. HEX triplet: CD, F3 and 8D. RGB value is (205,243,141). Sum of RGB (Red+Green+Blue) = 205+243+141=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF38D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF38D is #320C72. Grayscale: #DCDCDC. Windows color (decimal): -3279987 or 9302989. OLE color: 9302989.
HSL color Cylindrical-coordinate representation of color #CDF38D: hue angle of 82.35º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDF38D is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 243 | 141 | - |
CMYK | 0.16 | 0 | 0.42 | 0.05 |
HSL | 82.35º | 0.81% | 0.75% | - |
HSV(B) | 82.35º | 0.42% | 0.95% | - |
XYZ | 62.04 | 79 | 37.18 | - |
YUV | 220.01 | 83.41 | 117.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 243 | 141 | 0.16 | 0 | 0.42 | 0.05 | 82.35 | 0.81 | 0.75 |
Hex | CD | F3 | 8D | 10 | 0 | 2A | 5 | 52 | 51 | 4B |
Octal | 315 | 363 | 215 | 20 | 0 | 52 | 5 | 122 | 121 | 113 |
Binary | 11001101 | 11110011 | 10001101 | 10000 | 0 | 101010 | 101 | 1010010 | 1010001 | 1001011 |
Color Harmonies of #CDF38D
Complementary color
Monochromatic Colors of #CDF38D
Black with #CDF38D
Text Example
Text Example
White with #CDF38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF38D; }
p { color: rgb(205,243,141); }
H1.HeaderClassName
{
color: #CDF38D;
}
.AnyTagClassName
{
color: #CDF38D;
}
</style>
background-color css
<style>
a { background-color: #CDF38D; }
a { background-color: rgb(205,243,141); }
div.DivClassName
{
background-color: #CDF38D;
}
.BgClassName
{
background-color: #CDF38D;
}
</style>
border-color css
<style>
span { border-color: #CDF38D; }
span { border-color: rgb(205,243,141); }
td.TdClassName
{
border-color: #CDF38D;
}
.TagClassName
{
border-color: #CDF38D;
}
</style>