Shades of Sulu #C8DE75
Tints of Sulu #C8DE75
RGB
CMYK
RGB Variations
Color information
#C8DE75 (or 0xC8DE75) is known color: Sulu. HEX triplet: C8, DE and 75. RGB value is (200,222,117). Sum of RGB (Red+Green+Blue) = 200+222+117=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DE75 is #37218A. Grayscale: #CBCBCB. Windows color (decimal): -3613067 or 7724744. OLE color: 7724744.
HSL color Cylindrical-coordinate representation of color #C8DE75: hue angle of 72.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8DE75 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 117 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.13 |
| HSL | 72.57º | 0.61% | 0.66% | - |
| HSV(B) | 72.57º | 0.47% | 0.87% | - |
| XYZ | 53.15 | 65.81 | 26.73 | - |
| YUV | 203.45 | 79.21 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 117 | 0.10 | 0 | 0.47 | 0.13 | 72.57 | 0.61 | 0.66 |
| Hex | C8 | DE | 75 | A | 0 | 2F | D | 49 | 3D | 42 |
| Octal | 310 | 336 | 165 | 12 | 0 | 57 | 15 | 111 | 75 | 102 |
| Binary | 11001000 | 11011110 | 1110101 | 1010 | 0 | 101111 | 1101 | 1001001 | 111101 | 1000010 |
Color Harmonies of #C8DE75
Complementary color
Monochromatic Colors of #C8DE75
Black with #C8DE75
Text Example
Text Example
White with #C8DE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DE75; }
p { color: rgb(200,222,117); }
H1.HeaderClassName
{
color: #C8DE75;
}
.AnyTagClassName
{
color: #C8DE75;
}
</style>
background-color css
<style>
a { background-color: #C8DE75; }
a { background-color: rgb(200,222,117); }
div.DivClassName
{
background-color: #C8DE75;
}
.BgClassName
{
background-color: #C8DE75;
}
</style>
border-color css
<style>
span { border-color: #C8DE75; }
span { border-color: rgb(200,222,117); }
td.TdClassName
{
border-color: #C8DE75;
}
.TagClassName
{
border-color: #C8DE75;
}
</style>