Shades of Sulu #CBF77F
Tints of Sulu #CBF77F
RGB
CMYK
RGB Variations
Color information
#CBF77F (or 0xCBF77F) is known color: Sulu. HEX triplet: CB, F7 and 7F. RGB value is (203,247,127). Sum of RGB (Red+Green+Blue) = 203+247+127=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 127 (50% from 255 or 22.01% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF77F is #340880. Grayscale: #DCDCDC. Windows color (decimal): -3410049 or 8386507. OLE color: 8386507.
HSL color Cylindrical-coordinate representation of color #CBF77F: hue angle of 82º 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 #CBF77F is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 127 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.03 |
| HSL | 82º | 0.88% | 0.73% | - |
| HSV(B) | 82º | 0.49% | 0.97% | - |
| XYZ | 61.72 | 80.75 | 32.41 | - |
| YUV | 220.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 127 | 0.18 | 0 | 0.49 | 0.03 | 82 | 0.88 | 0.73 |
| Hex | CB | F7 | 7F | 12 | 0 | 31 | 3 | 52 | 58 | 49 |
| Octal | 313 | 367 | 177 | 22 | 0 | 61 | 3 | 122 | 130 | 111 |
| Binary | 11001011 | 11110111 | 1111111 | 10010 | 0 | 110001 | 11 | 1010010 | 1011000 | 1001001 |
Color Harmonies of #CBF77F
Complementary color
Monochromatic Colors of #CBF77F
Black with #CBF77F
Text Example
Text Example
White with #CBF77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF77F; }
p { color: rgb(203,247,127); }
H1.HeaderClassName
{
color: #CBF77F;
}
.AnyTagClassName
{
color: #CBF77F;
}
</style>
background-color css
<style>
a { background-color: #CBF77F; }
a { background-color: rgb(203,247,127); }
div.DivClassName
{
background-color: #CBF77F;
}
.BgClassName
{
background-color: #CBF77F;
}
</style>
border-color css
<style>
span { border-color: #CBF77F; }
span { border-color: rgb(203,247,127); }
td.TdClassName
{
border-color: #CBF77F;
}
.TagClassName
{
border-color: #CBF77F;
}
</style>