Shades of Sulu #CBEF70
Tints of Sulu #CBEF70
RGB
CMYK
RGB Variations
Color information
#CBEF70 (or 0xCBEF70) is known color: Sulu. HEX triplet: CB, EF and 70. RGB value is (203,239,112). Sum of RGB (Red+Green+Blue) = 203+239+112=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEF70 is #34108F. Grayscale: #D6D6D6. Windows color (decimal): -3412112 or 7401419. OLE color: 7401419.
HSL color Cylindrical-coordinate representation of color #CBEF70: hue angle of 77.01º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBEF70 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 112 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.06 |
| HSL | 77.01º | 0.8% | 0.69% | - |
| HSV(B) | 77.01º | 0.53% | 0.94% | - |
| XYZ | 58.42 | 75.6 | 26.84 | - |
| YUV | 213.76 | 70.57 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 112 | 0.15 | 0 | 0.53 | 0.06 | 77.01 | 0.8 | 0.69 |
| Hex | CB | EF | 70 | F | 0 | 35 | 6 | 4D | 50 | 45 |
| Octal | 313 | 357 | 160 | 17 | 0 | 65 | 6 | 115 | 120 | 105 |
| Binary | 11001011 | 11101111 | 1110000 | 1111 | 0 | 110101 | 110 | 1001101 | 1010000 | 1000101 |
Color Harmonies of #CBEF70
Complementary color
Monochromatic Colors of #CBEF70
Black with #CBEF70
Text Example
Text Example
White with #CBEF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF70; }
p { color: rgb(203,239,112); }
H1.HeaderClassName
{
color: #CBEF70;
}
.AnyTagClassName
{
color: #CBEF70;
}
</style>
background-color css
<style>
a { background-color: #CBEF70; }
a { background-color: rgb(203,239,112); }
div.DivClassName
{
background-color: #CBEF70;
}
.BgClassName
{
background-color: #CBEF70;
}
</style>
border-color css
<style>
span { border-color: #CBEF70; }
span { border-color: rgb(203,239,112); }
td.TdClassName
{
border-color: #CBEF70;
}
.TagClassName
{
border-color: #CBEF70;
}
</style>