Shades of Sulu #CDFF7A
Tints of Sulu #CDFF7A
RGB
CMYK
RGB Variations
Color information
#CDFF7A (or 0xCDFF7A) is known color: Sulu. HEX triplet: CD, FF and 7A. RGB value is (205,255,122). Sum of RGB (Red+Green+Blue) = 205+255+122=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF7A is #320085. Grayscale: #E1E1E1. Windows color (decimal): -3276934 or 8060877. OLE color: 8060877.
HSL color Cylindrical-coordinate representation of color #CDFF7A: hue angle of 82.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDFF7A is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 122 | - |
| CMYK | 0.20 | 0 | 0.52 | 0 |
| HSL | 82.56º | 1% | 0.74% | - |
| HSV(B) | 82.56º | 0.52% | 1% | - |
| XYZ | 64.45 | 85.9 | 31.6 | - |
| YUV | 224.89 | 69.94 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 122 | 0.20 | 0 | 0.52 | 0 | 82.56 | 1 | 0.74 |
| Hex | CD | FF | 7A | 14 | 0 | 34 | 0 | 53 | 64 | 4A |
| Octal | 315 | 377 | 172 | 24 | 0 | 64 | 0 | 123 | 144 | 112 |
| Binary | 11001101 | 11111111 | 1111010 | 10100 | 0 | 110100 | 0 | 1010011 | 1100100 | 1001010 |
Color Harmonies of #CDFF7A
Complementary color
Monochromatic Colors of #CDFF7A
Black with #CDFF7A
Text Example
Text Example
White with #CDFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF7A; }
p { color: rgb(205,255,122); }
H1.HeaderClassName
{
color: #CDFF7A;
}
.AnyTagClassName
{
color: #CDFF7A;
}
</style>
background-color css
<style>
a { background-color: #CDFF7A; }
a { background-color: rgb(205,255,122); }
div.DivClassName
{
background-color: #CDFF7A;
}
.BgClassName
{
background-color: #CDFF7A;
}
</style>
border-color css
<style>
span { border-color: #CDFF7A; }
span { border-color: rgb(205,255,122); }
td.TdClassName
{
border-color: #CDFF7A;
}
.TagClassName
{
border-color: #CDFF7A;
}
</style>