Shades of Sulu #CDE68A
Tints of Sulu #CDE68A
RGB
CMYK
RGB Variations
Color information
#CDE68A (or 0xCDE68A) is known color: Sulu. HEX triplet: CD, E6 and 8A. RGB value is (205,230,138). Sum of RGB (Red+Green+Blue) = 205+230+138=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE68A is #321975. Grayscale: #D4D4D4. Windows color (decimal): -3283318 or 9103053. OLE color: 9103053.
HSL color Cylindrical-coordinate representation of color #CDE68A: hue angle of 76.3º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDE68A is Cyan = 0.11, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 138 | - |
| CMYK | 0.11 | 0 | 0.4 | 0.10 |
| HSL | 76.3º | 0.65% | 0.72% | - |
| HSV(B) | 76.3º | 0.4% | 0.9% | - |
| XYZ | 58.06 | 71.41 | 34.77 | - |
| YUV | 212.04 | 86.22 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 138 | 0.11 | 0 | 0.4 | 0.10 | 76.3 | 0.65 | 0.72 |
| Hex | CD | E6 | 8A | B | 0 | 28 | A | 4C | 41 | 48 |
| Octal | 315 | 346 | 212 | 13 | 0 | 50 | 12 | 114 | 101 | 110 |
| Binary | 11001101 | 11100110 | 10001010 | 1011 | 0 | 101000 | 1010 | 1001100 | 1000001 | 1001000 |
Color Harmonies of #CDE68A
Complementary color
Monochromatic Colors of #CDE68A
Black with #CDE68A
Text Example
Text Example
White with #CDE68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE68A; }
p { color: rgb(205,230,138); }
H1.HeaderClassName
{
color: #CDE68A;
}
.AnyTagClassName
{
color: #CDE68A;
}
</style>
background-color css
<style>
a { background-color: #CDE68A; }
a { background-color: rgb(205,230,138); }
div.DivClassName
{
background-color: #CDE68A;
}
.BgClassName
{
background-color: #CDE68A;
}
</style>
border-color css
<style>
span { border-color: #CDE68A; }
span { border-color: rgb(205,230,138); }
td.TdClassName
{
border-color: #CDE68A;
}
.TagClassName
{
border-color: #CDE68A;
}
</style>