Shades of Sulu #CBF77D
Tints of Sulu #CBF77D
RGB
CMYK
RGB Variations
Color information
#CBF77D (or 0xCBF77D) is known color: Sulu. HEX triplet: CB, F7 and 7D. RGB value is (203,247,125). Sum of RGB (Red+Green+Blue) = 203+247+125=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF77D is #340882. Grayscale: #DCDCDC. Windows color (decimal): -3410051 or 8255435. OLE color: 8255435.
HSL color Cylindrical-coordinate representation of color #CBF77D: hue angle of 81.64º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBF77D is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 125 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.03 |
| HSL | 81.64º | 0.88% | 0.73% | - |
| HSV(B) | 81.64º | 0.49% | 0.97% | - |
| XYZ | 61.59 | 80.7 | 31.73 | - |
| YUV | 219.94 | 74.42 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 125 | 0.18 | 0 | 0.49 | 0.03 | 81.64 | 0.88 | 0.73 |
| Hex | CB | F7 | 7D | 12 | 0 | 31 | 3 | 52 | 58 | 49 |
| Octal | 313 | 367 | 175 | 22 | 0 | 61 | 3 | 122 | 130 | 111 |
| Binary | 11001011 | 11110111 | 1111101 | 10010 | 0 | 110001 | 11 | 1010010 | 1011000 | 1001001 |
Color Harmonies of #CBF77D
Complementary color
Monochromatic Colors of #CBF77D
Black with #CBF77D
Text Example
Text Example
White with #CBF77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF77D; }
p { color: rgb(203,247,125); }
H1.HeaderClassName
{
color: #CBF77D;
}
.AnyTagClassName
{
color: #CBF77D;
}
</style>
background-color css
<style>
a { background-color: #CBF77D; }
a { background-color: rgb(203,247,125); }
div.DivClassName
{
background-color: #CBF77D;
}
.BgClassName
{
background-color: #CBF77D;
}
</style>
border-color css
<style>
span { border-color: #CBF77D; }
span { border-color: rgb(203,247,125); }
td.TdClassName
{
border-color: #CBF77D;
}
.TagClassName
{
border-color: #CBF77D;
}
</style>