Shades of Sulu #CBED8F
Tints of Sulu #CBED8F
RGB
CMYK
RGB Variations
Color information
#CBED8F (or 0xCBED8F) is known color: Sulu. HEX triplet: CB, ED and 8F. RGB value is (203,237,143). Sum of RGB (Red+Green+Blue) = 203+237+143=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBED8F is #341270. Grayscale: #D8D8D8. Windows color (decimal): -3412593 or 9432523. OLE color: 9432523.
HSL color Cylindrical-coordinate representation of color #CBED8F: hue angle of 81.7º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBED8F is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 143 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.07 |
| HSL | 81.7º | 0.72% | 0.75% | - |
| HSV(B) | 81.7º | 0.4% | 0.93% | - |
| XYZ | 59.87 | 75.25 | 37.36 | - |
| YUV | 216.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 143 | 0.14 | 0 | 0.40 | 0.07 | 81.7 | 0.72 | 0.75 |
| Hex | CB | ED | 8F | E | 0 | 28 | 7 | 52 | 48 | 4B |
| Octal | 313 | 355 | 217 | 16 | 0 | 50 | 7 | 122 | 110 | 113 |
| Binary | 11001011 | 11101101 | 10001111 | 1110 | 0 | 101000 | 111 | 1010010 | 1001000 | 1001011 |
Color Harmonies of #CBED8F
Complementary color
Monochromatic Colors of #CBED8F
Black with #CBED8F
Text Example
Text Example
White with #CBED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED8F; }
p { color: rgb(203,237,143); }
H1.HeaderClassName
{
color: #CBED8F;
}
.AnyTagClassName
{
color: #CBED8F;
}
</style>
background-color css
<style>
a { background-color: #CBED8F; }
a { background-color: rgb(203,237,143); }
div.DivClassName
{
background-color: #CBED8F;
}
.BgClassName
{
background-color: #CBED8F;
}
</style>
border-color css
<style>
span { border-color: #CBED8F; }
span { border-color: rgb(203,237,143); }
td.TdClassName
{
border-color: #CBED8F;
}
.TagClassName
{
border-color: #CBED8F;
}
</style>