Shades of Sulu #CDEA7F
Tints of Sulu #CDEA7F
RGB
CMYK
RGB Variations
Color information
#CDEA7F (or 0xCDEA7F) is known color: Sulu. HEX triplet: CD, EA and 7F. RGB value is (205,234,127). Sum of RGB (Red+Green+Blue) = 205+234+127=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 127 (50% from 255 or 22.44% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEA7F is #321580. Grayscale: #D5D5D5. Windows color (decimal): -3282305 or 8383181. OLE color: 8383181.
HSL color Cylindrical-coordinate representation of color #CDEA7F: hue angle of 76.26º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDEA7F is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 127 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.08 |
| HSL | 76.26º | 0.72% | 0.71% | - |
| HSV(B) | 76.26º | 0.46% | 0.92% | - |
| XYZ | 58.43 | 73.36 | 31.16 | - |
| YUV | 213.13 | 79.39 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 127 | 0.12 | 0 | 0.46 | 0.08 | 76.26 | 0.72 | 0.71 |
| Hex | CD | EA | 7F | C | 0 | 2E | 8 | 4C | 48 | 47 |
| Octal | 315 | 352 | 177 | 14 | 0 | 56 | 10 | 114 | 110 | 107 |
| Binary | 11001101 | 11101010 | 1111111 | 1100 | 0 | 101110 | 1000 | 1001100 | 1001000 | 1000111 |
Color Harmonies of #CDEA7F
Complementary color
Monochromatic Colors of #CDEA7F
Black with #CDEA7F
Text Example
Text Example
White with #CDEA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEA7F; }
p { color: rgb(205,234,127); }
H1.HeaderClassName
{
color: #CDEA7F;
}
.AnyTagClassName
{
color: #CDEA7F;
}
</style>
background-color css
<style>
a { background-color: #CDEA7F; }
a { background-color: rgb(205,234,127); }
div.DivClassName
{
background-color: #CDEA7F;
}
.BgClassName
{
background-color: #CDEA7F;
}
</style>
border-color css
<style>
span { border-color: #CDEA7F; }
span { border-color: rgb(205,234,127); }
td.TdClassName
{
border-color: #CDEA7F;
}
.TagClassName
{
border-color: #CDEA7F;
}
</style>