Shades of Sulu #CDF37F
Tints of Sulu #CDF37F
RGB
CMYK
RGB Variations
Color information
#CDF37F (or 0xCDF37F) is known color: Sulu. HEX triplet: CD, F3 and 7F. RGB value is (205,243,127). Sum of RGB (Red+Green+Blue) = 205+243+127=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF37F is #320C80. Grayscale: #DADADA. Windows color (decimal): -3280001 or 8385485. OLE color: 8385485.
HSL color Cylindrical-coordinate representation of color #CDF37F: hue angle of 79.66º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDF37F is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 127 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.05 |
| HSL | 79.66º | 0.83% | 0.73% | - |
| HSV(B) | 79.66º | 0.48% | 0.95% | - |
| XYZ | 61.06 | 78.61 | 32.03 | - |
| YUV | 218.41 | 76.41 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 127 | 0.16 | 0 | 0.48 | 0.05 | 79.66 | 0.83 | 0.73 |
| Hex | CD | F3 | 7F | 10 | 0 | 30 | 5 | 50 | 53 | 49 |
| Octal | 315 | 363 | 177 | 20 | 0 | 60 | 5 | 120 | 123 | 111 |
| Binary | 11001101 | 11110011 | 1111111 | 10000 | 0 | 110000 | 101 | 1010000 | 1010011 | 1001001 |
Color Harmonies of #CDF37F
Complementary color
Monochromatic Colors of #CDF37F
Black with #CDF37F
Text Example
Text Example
White with #CDF37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF37F; }
p { color: rgb(205,243,127); }
H1.HeaderClassName
{
color: #CDF37F;
}
.AnyTagClassName
{
color: #CDF37F;
}
</style>
background-color css
<style>
a { background-color: #CDF37F; }
a { background-color: rgb(205,243,127); }
div.DivClassName
{
background-color: #CDF37F;
}
.BgClassName
{
background-color: #CDF37F;
}
</style>
border-color css
<style>
span { border-color: #CDF37F; }
span { border-color: rgb(205,243,127); }
td.TdClassName
{
border-color: #CDF37F;
}
.TagClassName
{
border-color: #CDF37F;
}
</style>