Shades of Sulu #CDF27D
Tints of Sulu #CDF27D
RGB
CMYK
RGB Variations
Color information
#CDF27D (or 0xCDF27D) is known color: Sulu. HEX triplet: CD, F2 and 7D. RGB value is (205,242,125). Sum of RGB (Red+Green+Blue) = 205+242+125=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF27D is #320D82. Grayscale: #DADADA. Windows color (decimal): -3280259 or 8254157. OLE color: 8254157.
HSL color Cylindrical-coordinate representation of color #CDF27D: hue angle of 78.97º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDF27D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 125 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.05 |
| HSL | 78.97º | 0.82% | 0.72% | - |
| HSV(B) | 78.97º | 0.48% | 0.95% | - |
| XYZ | 60.63 | 77.96 | 31.26 | - |
| YUV | 217.6 | 75.74 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 125 | 0.15 | 0 | 0.48 | 0.05 | 78.97 | 0.82 | 0.72 |
| Hex | CD | F2 | 7D | F | 0 | 30 | 5 | 4F | 52 | 48 |
| Octal | 315 | 362 | 175 | 17 | 0 | 60 | 5 | 117 | 122 | 110 |
| Binary | 11001101 | 11110010 | 1111101 | 1111 | 0 | 110000 | 101 | 1001111 | 1010010 | 1001000 |
Color Harmonies of #CDF27D
Complementary color
Monochromatic Colors of #CDF27D
Black with #CDF27D
Text Example
Text Example
White with #CDF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF27D; }
p { color: rgb(205,242,125); }
H1.HeaderClassName
{
color: #CDF27D;
}
.AnyTagClassName
{
color: #CDF27D;
}
</style>
background-color css
<style>
a { background-color: #CDF27D; }
a { background-color: rgb(205,242,125); }
div.DivClassName
{
background-color: #CDF27D;
}
.BgClassName
{
background-color: #CDF27D;
}
</style>
border-color css
<style>
span { border-color: #CDF27D; }
span { border-color: rgb(205,242,125); }
td.TdClassName
{
border-color: #CDF27D;
}
.TagClassName
{
border-color: #CDF27D;
}
</style>