Shades of Sulu #CBDE8C
Tints of Sulu #CBDE8C
RGB
CMYK
RGB Variations
Color information
#CBDE8C (or 0xCBDE8C) is known color: Sulu. HEX triplet: CB, DE and 8C. RGB value is (203,222,140). Sum of RGB (Red+Green+Blue) = 203+222+140=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDE8C is #342173. Grayscale: #CFCFCF. Windows color (decimal): -3416436 or 9232075. OLE color: 9232075.
HSL color Cylindrical-coordinate representation of color #CBDE8C: hue angle of 73.9º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBDE8C is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 140 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.13 |
| HSL | 73.9º | 0.55% | 0.71% | - |
| HSV(B) | 73.9º | 0.37% | 0.87% | - |
| XYZ | 55.48 | 66.83 | 34.79 | - |
| YUV | 206.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 140 | 0.09 | 0 | 0.37 | 0.13 | 73.9 | 0.55 | 0.71 |
| Hex | CB | DE | 8C | 9 | 0 | 25 | D | 4A | 37 | 47 |
| Octal | 313 | 336 | 214 | 11 | 0 | 45 | 15 | 112 | 67 | 107 |
| Binary | 11001011 | 11011110 | 10001100 | 1001 | 0 | 100101 | 1101 | 1001010 | 110111 | 1000111 |
Color Harmonies of #CBDE8C
Complementary color
Monochromatic Colors of #CBDE8C
Black with #CBDE8C
Text Example
Text Example
White with #CBDE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDE8C; }
p { color: rgb(203,222,140); }
H1.HeaderClassName
{
color: #CBDE8C;
}
.AnyTagClassName
{
color: #CBDE8C;
}
</style>
background-color css
<style>
a { background-color: #CBDE8C; }
a { background-color: rgb(203,222,140); }
div.DivClassName
{
background-color: #CBDE8C;
}
.BgClassName
{
background-color: #CBDE8C;
}
</style>
border-color css
<style>
span { border-color: #CBDE8C; }
span { border-color: rgb(203,222,140); }
td.TdClassName
{
border-color: #CBDE8C;
}
.TagClassName
{
border-color: #CBDE8C;
}
</style>