Shades of Sulu #CBED7B
Tints of Sulu #CBED7B
RGB
CMYK
RGB Variations
Color information
#CBED7B (or 0xCBED7B) is known color: Sulu. HEX triplet: CB, ED and 7B. RGB value is (203,237,123). Sum of RGB (Red+Green+Blue) = 203+237+123=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED7B is #341284. Grayscale: #D6D6D6. Windows color (decimal): -3412613 or 8121803. OLE color: 8121803.
HSL color Cylindrical-coordinate representation of color #CBED7B: hue angle of 77.89º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBED7B is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 123 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.07 |
| HSL | 77.89º | 0.76% | 0.71% | - |
| HSV(B) | 77.89º | 0.48% | 0.93% | - |
| XYZ | 58.49 | 74.69 | 30.07 | - |
| YUV | 213.84 | 76.74 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 123 | 0.14 | 0 | 0.48 | 0.07 | 77.89 | 0.76 | 0.71 |
| Hex | CB | ED | 7B | E | 0 | 30 | 7 | 4E | 4C | 47 |
| Octal | 313 | 355 | 173 | 16 | 0 | 60 | 7 | 116 | 114 | 107 |
| Binary | 11001011 | 11101101 | 1111011 | 1110 | 0 | 110000 | 111 | 1001110 | 1001100 | 1000111 |
Color Harmonies of #CBED7B
Complementary color
Monochromatic Colors of #CBED7B
Black with #CBED7B
Text Example
Text Example
White with #CBED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED7B; }
p { color: rgb(203,237,123); }
H1.HeaderClassName
{
color: #CBED7B;
}
.AnyTagClassName
{
color: #CBED7B;
}
</style>
background-color css
<style>
a { background-color: #CBED7B; }
a { background-color: rgb(203,237,123); }
div.DivClassName
{
background-color: #CBED7B;
}
.BgClassName
{
background-color: #CBED7B;
}
</style>
border-color css
<style>
span { border-color: #CBED7B; }
span { border-color: rgb(203,237,123); }
td.TdClassName
{
border-color: #CBED7B;
}
.TagClassName
{
border-color: #CBED7B;
}
</style>