Shades of Sulu #CDF27A
Tints of Sulu #CDF27A
RGB
CMYK
RGB Variations
Color information
#CDF27A (or 0xCDF27A) is known color: Sulu. HEX triplet: CD, F2 and 7A. RGB value is (205,242,122). Sum of RGB (Red+Green+Blue) = 205+242+122=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF27A is #320D85. Grayscale: #D9D9D9. Windows color (decimal): -3280262 or 8057549. OLE color: 8057549.
HSL color Cylindrical-coordinate representation of color #CDF27A: hue angle of 78.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDF27A is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 242 | 122 | - |
CMYK | 0.15 | 0 | 0.50 | 0.05 |
HSL | 78.5º | 0.82% | 0.71% | - |
HSV(B) | 78.5º | 0.5% | 0.95% | - |
XYZ | 60.44 | 77.89 | 30.26 | - |
YUV | 217.26 | 74.24 | 119.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 242 | 122 | 0.15 | 0 | 0.50 | 0.05 | 78.5 | 0.82 | 0.71 |
Hex | CD | F2 | 7A | F | 0 | 32 | 5 | 4E | 52 | 47 |
Octal | 315 | 362 | 172 | 17 | 0 | 62 | 5 | 116 | 122 | 107 |
Binary | 11001101 | 11110010 | 1111010 | 1111 | 0 | 110010 | 101 | 1001110 | 1010010 | 1000111 |
Color Harmonies of #CDF27A
Complementary color
Monochromatic Colors of #CDF27A
Black with #CDF27A
Text Example
Text Example
White with #CDF27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF27A; }
p { color: rgb(205,242,122); }
H1.HeaderClassName
{
color: #CDF27A;
}
.AnyTagClassName
{
color: #CDF27A;
}
</style>
background-color css
<style>
a { background-color: #CDF27A; }
a { background-color: rgb(205,242,122); }
div.DivClassName
{
background-color: #CDF27A;
}
.BgClassName
{
background-color: #CDF27A;
}
</style>
border-color css
<style>
span { border-color: #CDF27A; }
span { border-color: rgb(205,242,122); }
td.TdClassName
{
border-color: #CDF27A;
}
.TagClassName
{
border-color: #CDF27A;
}
</style>