Shades of Sulu #CDF38B
Tints of Sulu #CDF38B
RGB
CMYK
RGB Variations
Color information
#CDF38B (or 0xCDF38B) is known color: Sulu. HEX triplet: CD, F3 and 8B. RGB value is (205,243,139). Sum of RGB (Red+Green+Blue) = 205+243+139=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 243 (95.31% from 255 or 41.40% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF38B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF38B is #320C74. Grayscale: #DCDCDC. Windows color (decimal): -3279989 or 9171917. OLE color: 9171917.
HSL color Cylindrical-coordinate representation of color #CDF38B: hue angle of 81.92º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDF38B is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 243 | 139 | - |
CMYK | 0.16 | 0 | 0.43 | 0.05 |
HSL | 81.92º | 0.81% | 0.75% | - |
HSV(B) | 81.92º | 0.43% | 0.95% | - |
XYZ | 61.89 | 78.94 | 36.4 | - |
YUV | 219.78 | 82.41 | 117.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 243 | 139 | 0.16 | 0 | 0.43 | 0.05 | 81.92 | 0.81 | 0.75 |
Hex | CD | F3 | 8B | 10 | 0 | 2B | 5 | 52 | 51 | 4B |
Octal | 315 | 363 | 213 | 20 | 0 | 53 | 5 | 122 | 121 | 113 |
Binary | 11001101 | 11110011 | 10001011 | 10000 | 0 | 101011 | 101 | 1010010 | 1010001 | 1001011 |
Color Harmonies of #CDF38B
Complementary color
Monochromatic Colors of #CDF38B
Black with #CDF38B
Text Example
Text Example
White with #CDF38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF38B; }
p { color: rgb(205,243,139); }
H1.HeaderClassName
{
color: #CDF38B;
}
.AnyTagClassName
{
color: #CDF38B;
}
</style>
background-color css
<style>
a { background-color: #CDF38B; }
a { background-color: rgb(205,243,139); }
div.DivClassName
{
background-color: #CDF38B;
}
.BgClassName
{
background-color: #CDF38B;
}
</style>
border-color css
<style>
span { border-color: #CDF38B; }
span { border-color: rgb(205,243,139); }
td.TdClassName
{
border-color: #CDF38B;
}
.TagClassName
{
border-color: #CDF38B;
}
</style>