Shades of Sulu #C0D67B
Tints of Sulu #C0D67B
RGB
CMYK
RGB Variations
Color information
#C0D67B (or 0xC0D67B) is known color: Sulu. HEX triplet: C0, D6 and 7B. RGB value is (192,214,123). Sum of RGB (Red+Green+Blue) = 192+214+123=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D67B is #3F2984. Grayscale: #C5C5C5. Windows color (decimal): -4139397 or 8115904. OLE color: 8115904.
HSL color Cylindrical-coordinate representation of color #C0D67B: hue angle of 74.51º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0D67B is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 123 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.16 |
| HSL | 74.51º | 0.53% | 0.66% | - |
| HSV(B) | 74.51º | 0.43% | 0.84% | - |
| XYZ | 49.36 | 60.73 | 27.86 | - |
| YUV | 197.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 123 | 0.10 | 0 | 0.43 | 0.16 | 74.51 | 0.53 | 0.66 |
| Hex | C0 | D6 | 7B | A | 0 | 2B | 10 | 4B | 35 | 42 |
| Octal | 300 | 326 | 173 | 12 | 0 | 53 | 20 | 113 | 65 | 102 |
| Binary | 11000000 | 11010110 | 1111011 | 1010 | 0 | 101011 | 10000 | 1001011 | 110101 | 1000010 |
Color Harmonies of #C0D67B
Complementary color
Monochromatic Colors of #C0D67B
Black with #C0D67B
Text Example
Text Example
White with #C0D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D67B; }
p { color: rgb(192,214,123); }
H1.HeaderClassName
{
color: #C0D67B;
}
.AnyTagClassName
{
color: #C0D67B;
}
</style>
background-color css
<style>
a { background-color: #C0D67B; }
a { background-color: rgb(192,214,123); }
div.DivClassName
{
background-color: #C0D67B;
}
.BgClassName
{
background-color: #C0D67B;
}
</style>
border-color css
<style>
span { border-color: #C0D67B; }
span { border-color: rgb(192,214,123); }
td.TdClassName
{
border-color: #C0D67B;
}
.TagClassName
{
border-color: #C0D67B;
}
</style>