Shades of Sulu #CBFD7B
Tints of Sulu #CBFD7B
RGB
CMYK
RGB Variations
Color information
#CBFD7B (or 0xCBFD7B) is known color: Sulu. HEX triplet: CB, FD and 7B. RGB value is (203,253,123). Sum of RGB (Red+Green+Blue) = 203+253+123=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 123 (48.44% from 255 or 21.24% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFD7B is #340284. Grayscale: #DFDFDF. Windows color (decimal): -3408517 or 8125899. OLE color: 8125899.
HSL color Cylindrical-coordinate representation of color #CBFD7B: hue angle of 83.08º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBFD7B is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 123 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.01 |
| HSL | 83.08º | 0.97% | 0.74% | - |
| HSV(B) | 83.08º | 0.51% | 0.99% | - |
| XYZ | 63.33 | 84.38 | 31.69 | - |
| YUV | 223.23 | 71.44 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 123 | 0.20 | 0 | 0.51 | 0.01 | 83.08 | 0.97 | 0.74 |
| Hex | CB | FD | 7B | 14 | 0 | 33 | 1 | 53 | 61 | 4A |
| Octal | 313 | 375 | 173 | 24 | 0 | 63 | 1 | 123 | 141 | 112 |
| Binary | 11001011 | 11111101 | 1111011 | 10100 | 0 | 110011 | 1 | 1010011 | 1100001 | 1001010 |
Color Harmonies of #CBFD7B
Complementary color
Monochromatic Colors of #CBFD7B
Black with #CBFD7B
Text Example
Text Example
White with #CBFD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD7B; }
p { color: rgb(203,253,123); }
H1.HeaderClassName
{
color: #CBFD7B;
}
.AnyTagClassName
{
color: #CBFD7B;
}
</style>
background-color css
<style>
a { background-color: #CBFD7B; }
a { background-color: rgb(203,253,123); }
div.DivClassName
{
background-color: #CBFD7B;
}
.BgClassName
{
background-color: #CBFD7B;
}
</style>
border-color css
<style>
span { border-color: #CBFD7B; }
span { border-color: rgb(203,253,123); }
td.TdClassName
{
border-color: #CBFD7B;
}
.TagClassName
{
border-color: #CBFD7B;
}
</style>