Shades of Sulu #CBFE7D
Tints of Sulu #CBFE7D
RGB
CMYK
RGB Variations
Color information
#CBFE7D (or 0xCBFE7D) is known color: Sulu. HEX triplet: CB, FE and 7D. RGB value is (203,254,125). Sum of RGB (Red+Green+Blue) = 203+254+125=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFE7D is #340182. Grayscale: #E0E0E0. Windows color (decimal): -3408259 or 8257227. OLE color: 8257227.
HSL color Cylindrical-coordinate representation of color #CBFE7D: hue angle of 83.72º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBFE7D is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 125 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.00 |
| HSL | 83.72º | 0.98% | 0.74% | - |
| HSV(B) | 83.72º | 0.51% | 1% | - |
| XYZ | 63.77 | 85.06 | 32.46 | - |
| YUV | 224.05 | 72.1 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 125 | 0.20 | 0 | 0.51 | 0.00 | 83.72 | 0.98 | 0.74 |
| Hex | CB | FE | 7D | 14 | 0 | 33 | 0 | 54 | 62 | 4A |
| Octal | 313 | 376 | 175 | 24 | 0 | 63 | 0 | 124 | 142 | 112 |
| Binary | 11001011 | 11111110 | 1111101 | 10100 | 0 | 110011 | 0 | 1010100 | 1100010 | 1001010 |
Color Harmonies of #CBFE7D
Complementary color
Monochromatic Colors of #CBFE7D
Black with #CBFE7D
Text Example
Text Example
White with #CBFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE7D; }
p { color: rgb(203,254,125); }
H1.HeaderClassName
{
color: #CBFE7D;
}
.AnyTagClassName
{
color: #CBFE7D;
}
</style>
background-color css
<style>
a { background-color: #CBFE7D; }
a { background-color: rgb(203,254,125); }
div.DivClassName
{
background-color: #CBFE7D;
}
.BgClassName
{
background-color: #CBFE7D;
}
</style>
border-color css
<style>
span { border-color: #CBFE7D; }
span { border-color: rgb(203,254,125); }
td.TdClassName
{
border-color: #CBFE7D;
}
.TagClassName
{
border-color: #CBFE7D;
}
</style>