Shades of Sulu #CDF277
Tints of Sulu #CDF277
RGB
CMYK
RGB Variations
Color information
#CDF277 (or 0xCDF277) is known color: Sulu. HEX triplet: CD, F2 and 77. RGB value is (205,242,119). Sum of RGB (Red+Green+Blue) = 205+242+119=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 119 (46.88% from 255 or 21.02% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF277 is #320D88. Grayscale: #D9D9D9. Windows color (decimal): -3280265 or 7860941. OLE color: 7860941.
HSL color Cylindrical-coordinate representation of color #CDF277: hue angle of 78.05º degrees, saturation: 0.83, 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 #CDF277 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 119 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.05 |
| HSL | 78.05º | 0.83% | 0.71% | - |
| HSV(B) | 78.05º | 0.51% | 0.95% | - |
| XYZ | 60.26 | 77.82 | 29.3 | - |
| YUV | 216.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 119 | 0.15 | 0 | 0.51 | 0.05 | 78.05 | 0.83 | 0.71 |
| Hex | CD | F2 | 77 | F | 0 | 33 | 5 | 4E | 53 | 47 |
| Octal | 315 | 362 | 167 | 17 | 0 | 63 | 5 | 116 | 123 | 107 |
| Binary | 11001101 | 11110010 | 1110111 | 1111 | 0 | 110011 | 101 | 1001110 | 1010011 | 1000111 |
Color Harmonies of #CDF277
Complementary color
Monochromatic Colors of #CDF277
Black with #CDF277
Text Example
Text Example
White with #CDF277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF277; }
p { color: rgb(205,242,119); }
H1.HeaderClassName
{
color: #CDF277;
}
.AnyTagClassName
{
color: #CDF277;
}
</style>
background-color css
<style>
a { background-color: #CDF277; }
a { background-color: rgb(205,242,119); }
div.DivClassName
{
background-color: #CDF277;
}
.BgClassName
{
background-color: #CDF277;
}
</style>
border-color css
<style>
span { border-color: #CDF277; }
span { border-color: rgb(205,242,119); }
td.TdClassName
{
border-color: #CDF277;
}
.TagClassName
{
border-color: #CDF277;
}
</style>