Shades of Sulu #CBFD7C
Tints of Sulu #CBFD7C
RGB
CMYK
RGB Variations
Color information
#CBFD7C (or 0xCBFD7C) is known color: Sulu. HEX triplet: CB, FD and 7C. RGB value is (203,253,124). Sum of RGB (Red+Green+Blue) = 203+253+124=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 124 (48.83% from 255 or 21.38% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFD7C is #340283. Grayscale: #DFDFDF. Windows color (decimal): -3408516 or 8191435. OLE color: 8191435.
HSL color Cylindrical-coordinate representation of color #CBFD7C: hue angle of 83.26º 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 #CBFD7C is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 124 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.01 |
| HSL | 83.26º | 0.97% | 0.74% | - |
| HSV(B) | 83.26º | 0.51% | 0.99% | - |
| XYZ | 63.39 | 84.4 | 32.02 | - |
| YUV | 223.34 | 71.94 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 124 | 0.20 | 0 | 0.51 | 0.01 | 83.26 | 0.97 | 0.74 |
| Hex | CB | FD | 7C | 14 | 0 | 33 | 1 | 53 | 61 | 4A |
| Octal | 313 | 375 | 174 | 24 | 0 | 63 | 1 | 123 | 141 | 112 |
| Binary | 11001011 | 11111101 | 1111100 | 10100 | 0 | 110011 | 1 | 1010011 | 1100001 | 1001010 |
Color Harmonies of #CBFD7C
Complementary color
Monochromatic Colors of #CBFD7C
Black with #CBFD7C
Text Example
Text Example
White with #CBFD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD7C; }
p { color: rgb(203,253,124); }
H1.HeaderClassName
{
color: #CBFD7C;
}
.AnyTagClassName
{
color: #CBFD7C;
}
</style>
background-color css
<style>
a { background-color: #CBFD7C; }
a { background-color: rgb(203,253,124); }
div.DivClassName
{
background-color: #CBFD7C;
}
.BgClassName
{
background-color: #CBFD7C;
}
</style>
border-color css
<style>
span { border-color: #CBFD7C; }
span { border-color: rgb(203,253,124); }
td.TdClassName
{
border-color: #CBFD7C;
}
.TagClassName
{
border-color: #CBFD7C;
}
</style>