Shades of Sulu #CDF371
Tints of Sulu #CDF371
RGB
CMYK
RGB Variations
Color information
#CDF371 (or 0xCDF371) is known color: Sulu. HEX triplet: CD, F3 and 71. RGB value is (205,243,113). Sum of RGB (Red+Green+Blue) = 205+243+113=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 113 (44.53% from 255 or 20.14% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF371 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF371 is #320C8E. Grayscale: #D9D9D9. Windows color (decimal): -3280015 or 7467981. OLE color: 7467981.
HSL color Cylindrical-coordinate representation of color #CDF371: hue angle of 77.54º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDF371 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 113 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.05 |
| HSL | 77.54º | 0.84% | 0.7% | - |
| HSV(B) | 77.54º | 0.53% | 0.95% | - |
| XYZ | 60.21 | 78.27 | 27.56 | - |
| YUV | 216.82 | 69.41 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 113 | 0.16 | 0 | 0.53 | 0.05 | 77.54 | 0.84 | 0.7 |
| Hex | CD | F3 | 71 | 10 | 0 | 35 | 5 | 4E | 54 | 46 |
| Octal | 315 | 363 | 161 | 20 | 0 | 65 | 5 | 116 | 124 | 106 |
| Binary | 11001101 | 11110011 | 1110001 | 10000 | 0 | 110101 | 101 | 1001110 | 1010100 | 1000110 |
Color Harmonies of #CDF371
Complementary color
Monochromatic Colors of #CDF371
Black with #CDF371
Text Example
Text Example
White with #CDF371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF371; }
p { color: rgb(205,243,113); }
H1.HeaderClassName
{
color: #CDF371;
}
.AnyTagClassName
{
color: #CDF371;
}
</style>
background-color css
<style>
a { background-color: #CDF371; }
a { background-color: rgb(205,243,113); }
div.DivClassName
{
background-color: #CDF371;
}
.BgClassName
{
background-color: #CDF371;
}
</style>
border-color css
<style>
span { border-color: #CDF371; }
span { border-color: rgb(205,243,113); }
td.TdClassName
{
border-color: #CDF371;
}
.TagClassName
{
border-color: #CDF371;
}
</style>