Shades of Sulu #CDF377
Tints of Sulu #CDF377
RGB
CMYK
RGB Variations
Color information
#CDF377 (or 0xCDF377) is known color: Sulu. HEX triplet: CD, F3 and 77. RGB value is (205,243,119). Sum of RGB (Red+Green+Blue) = 205+243+119=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 119 (46.88% from 255 or 20.99% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF377 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF377 is #320C88. Grayscale: #D9D9D9. Windows color (decimal): -3280009 or 7861197. OLE color: 7861197.
HSL color Cylindrical-coordinate representation of color #CDF377: hue angle of 78.39º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDF377 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 119 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.05 |
| HSL | 78.39º | 0.84% | 0.71% | - |
| HSV(B) | 78.39º | 0.51% | 0.95% | - |
| XYZ | 60.56 | 78.41 | 29.4 | - |
| YUV | 217.5 | 72.41 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 119 | 0.16 | 0 | 0.51 | 0.05 | 78.39 | 0.84 | 0.71 |
| Hex | CD | F3 | 77 | 10 | 0 | 33 | 5 | 4E | 54 | 47 |
| Octal | 315 | 363 | 167 | 20 | 0 | 63 | 5 | 116 | 124 | 107 |
| Binary | 11001101 | 11110011 | 1110111 | 10000 | 0 | 110011 | 101 | 1001110 | 1010100 | 1000111 |
Color Harmonies of #CDF377
Complementary color
Monochromatic Colors of #CDF377
Black with #CDF377
Text Example
Text Example
White with #CDF377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF377; }
p { color: rgb(205,243,119); }
H1.HeaderClassName
{
color: #CDF377;
}
.AnyTagClassName
{
color: #CDF377;
}
</style>
background-color css
<style>
a { background-color: #CDF377; }
a { background-color: rgb(205,243,119); }
div.DivClassName
{
background-color: #CDF377;
}
.BgClassName
{
background-color: #CDF377;
}
</style>
border-color css
<style>
span { border-color: #CDF377; }
span { border-color: rgb(205,243,119); }
td.TdClassName
{
border-color: #CDF377;
}
.TagClassName
{
border-color: #CDF377;
}
</style>