Shades of Sulu #CBFF7E
Tints of Sulu #CBFF7E
RGB
CMYK
RGB Variations
Color information
#CBFF7E (or 0xCBFF7E) is known color: Sulu. HEX triplet: CB, FF and 7E. RGB value is (203,255,126). Sum of RGB (Red+Green+Blue) = 203+255+126=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 126 (49.61% from 255 or 21.58% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFF7E is #340081. Grayscale: #E1E1E1. Windows color (decimal): -3408002 or 8323019. OLE color: 8323019.
HSL color Cylindrical-coordinate representation of color #CBFF7E: hue angle of 84.19º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBFF7E is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 126 | - |
| CMYK | 0.20 | 0 | 0.51 | 0 |
| HSL | 84.19º | 1% | 0.75% | - |
| HSV(B) | 84.19º | 0.51% | 1% | - |
| XYZ | 64.15 | 85.72 | 32.9 | - |
| YUV | 224.75 | 72.27 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 126 | 0.20 | 0 | 0.51 | 0 | 84.19 | 1 | 0.75 |
| Hex | CB | FF | 7E | 14 | 0 | 33 | 0 | 54 | 64 | 4B |
| Octal | 313 | 377 | 176 | 24 | 0 | 63 | 0 | 124 | 144 | 113 |
| Binary | 11001011 | 11111111 | 1111110 | 10100 | 0 | 110011 | 0 | 1010100 | 1100100 | 1001011 |
Color Harmonies of #CBFF7E
Complementary color
Monochromatic Colors of #CBFF7E
Black with #CBFF7E
Text Example
Text Example
White with #CBFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF7E; }
p { color: rgb(203,255,126); }
H1.HeaderClassName
{
color: #CBFF7E;
}
.AnyTagClassName
{
color: #CBFF7E;
}
</style>
background-color css
<style>
a { background-color: #CBFF7E; }
a { background-color: rgb(203,255,126); }
div.DivClassName
{
background-color: #CBFF7E;
}
.BgClassName
{
background-color: #CBFF7E;
}
</style>
border-color css
<style>
span { border-color: #CBFF7E; }
span { border-color: rgb(203,255,126); }
td.TdClassName
{
border-color: #CBFF7E;
}
.TagClassName
{
border-color: #CBFF7E;
}
</style>