Shades of Sulu #CBE474
Tints of Sulu #CBE474
RGB
CMYK
RGB Variations
Color information
#CBE474 (or 0xCBE474) is known color: Sulu. HEX triplet: CB, E4 and 74. RGB value is (203,228,116). Sum of RGB (Red+Green+Blue) = 203+228+116=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE474 is #341B8B. Grayscale: #D0D0D0. Windows color (decimal): -3414924 or 7660747. OLE color: 7660747.
HSL color Cylindrical-coordinate representation of color #CBE474: hue angle of 73.39º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBE474 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 116 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.11 |
| HSL | 73.39º | 0.67% | 0.67% | - |
| HSV(B) | 73.39º | 0.49% | 0.89% | - |
| XYZ | 55.52 | 69.44 | 27 | - |
| YUV | 207.76 | 76.22 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 116 | 0.11 | 0 | 0.49 | 0.11 | 73.39 | 0.67 | 0.67 |
| Hex | CB | E4 | 74 | B | 0 | 31 | B | 49 | 43 | 43 |
| Octal | 313 | 344 | 164 | 13 | 0 | 61 | 13 | 111 | 103 | 103 |
| Binary | 11001011 | 11100100 | 1110100 | 1011 | 0 | 110001 | 1011 | 1001001 | 1000011 | 1000011 |
Color Harmonies of #CBE474
Complementary color
Monochromatic Colors of #CBE474
Black with #CBE474
Text Example
Text Example
White with #CBE474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE474; }
p { color: rgb(203,228,116); }
H1.HeaderClassName
{
color: #CBE474;
}
.AnyTagClassName
{
color: #CBE474;
}
</style>
background-color css
<style>
a { background-color: #CBE474; }
a { background-color: rgb(203,228,116); }
div.DivClassName
{
background-color: #CBE474;
}
.BgClassName
{
background-color: #CBE474;
}
</style>
border-color css
<style>
span { border-color: #CBE474; }
span { border-color: rgb(203,228,116); }
td.TdClassName
{
border-color: #CBE474;
}
.TagClassName
{
border-color: #CBE474;
}
</style>