Shades of Sulu #CBEF7B
Tints of Sulu #CBEF7B
RGB
CMYK
RGB Variations
Color information
#CBEF7B (or 0xCBEF7B) is known color: Sulu. HEX triplet: CB, EF and 7B. RGB value is (203,239,123). Sum of RGB (Red+Green+Blue) = 203+239+123=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 123 (48.44% from 255 or 21.77% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEF7B is #341084. Grayscale: #D7D7D7. Windows color (decimal): -3412101 or 8122315. OLE color: 8122315.
HSL color Cylindrical-coordinate representation of color #CBEF7B: hue angle of 78.62º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBEF7B is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 123 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.06 |
| HSL | 78.62º | 0.78% | 0.71% | - |
| HSV(B) | 78.62º | 0.49% | 0.94% | - |
| XYZ | 59.07 | 75.86 | 30.27 | - |
| YUV | 215.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 123 | 0.15 | 0 | 0.49 | 0.06 | 78.62 | 0.78 | 0.71 |
| Hex | CB | EF | 7B | F | 0 | 31 | 6 | 4F | 4E | 47 |
| Octal | 313 | 357 | 173 | 17 | 0 | 61 | 6 | 117 | 116 | 107 |
| Binary | 11001011 | 11101111 | 1111011 | 1111 | 0 | 110001 | 110 | 1001111 | 1001110 | 1000111 |
Color Harmonies of #CBEF7B
Complementary color
Monochromatic Colors of #CBEF7B
Black with #CBEF7B
Text Example
Text Example
White with #CBEF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF7B; }
p { color: rgb(203,239,123); }
H1.HeaderClassName
{
color: #CBEF7B;
}
.AnyTagClassName
{
color: #CBEF7B;
}
</style>
background-color css
<style>
a { background-color: #CBEF7B; }
a { background-color: rgb(203,239,123); }
div.DivClassName
{
background-color: #CBEF7B;
}
.BgClassName
{
background-color: #CBEF7B;
}
</style>
border-color css
<style>
span { border-color: #CBEF7B; }
span { border-color: rgb(203,239,123); }
td.TdClassName
{
border-color: #CBEF7B;
}
.TagClassName
{
border-color: #CBEF7B;
}
</style>