Shades of Sulu #CDF37C
Tints of Sulu #CDF37C
RGB
CMYK
RGB Variations
Color information
#CDF37C (or 0xCDF37C) is known color: Sulu. HEX triplet: CD, F3 and 7C. RGB value is (205,243,124). Sum of RGB (Red+Green+Blue) = 205+243+124=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF37C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF37C is #320C83. Grayscale: #DADADA. Windows color (decimal): -3280004 or 8188877. OLE color: 8188877.
HSL color Cylindrical-coordinate representation of color #CDF37C: hue angle of 79.16º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDF37C is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 124 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.05 |
| HSL | 79.16º | 0.83% | 0.72% | - |
| HSV(B) | 79.16º | 0.49% | 0.95% | - |
| XYZ | 60.87 | 78.54 | 31.02 | - |
| YUV | 218.07 | 74.91 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 124 | 0.16 | 0 | 0.49 | 0.05 | 79.16 | 0.83 | 0.72 |
| Hex | CD | F3 | 7C | 10 | 0 | 31 | 5 | 4F | 53 | 48 |
| Octal | 315 | 363 | 174 | 20 | 0 | 61 | 5 | 117 | 123 | 110 |
| Binary | 11001101 | 11110011 | 1111100 | 10000 | 0 | 110001 | 101 | 1001111 | 1010011 | 1001000 |
Color Harmonies of #CDF37C
Complementary color
Monochromatic Colors of #CDF37C
Black with #CDF37C
Text Example
Text Example
White with #CDF37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF37C; }
p { color: rgb(205,243,124); }
H1.HeaderClassName
{
color: #CDF37C;
}
.AnyTagClassName
{
color: #CDF37C;
}
</style>
background-color css
<style>
a { background-color: #CDF37C; }
a { background-color: rgb(205,243,124); }
div.DivClassName
{
background-color: #CDF37C;
}
.BgClassName
{
background-color: #CDF37C;
}
</style>
border-color css
<style>
span { border-color: #CDF37C; }
span { border-color: rgb(205,243,124); }
td.TdClassName
{
border-color: #CDF37C;
}
.TagClassName
{
border-color: #CDF37C;
}
</style>