Shades of Sulu #CBFC7D
Tints of Sulu #CBFC7D
RGB
CMYK
RGB Variations
Color information
#CBFC7D (or 0xCBFC7D) is known color: Sulu. HEX triplet: CB, FC and 7D. RGB value is (203,252,125). Sum of RGB (Red+Green+Blue) = 203+252+125=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFC7D is #340382. Grayscale: #DFDFDF. Windows color (decimal): -3408771 or 8256715. OLE color: 8256715.
HSL color Cylindrical-coordinate representation of color #CBFC7D: hue angle of 83.15º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBFC7D is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 125 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.01 |
| HSL | 83.15º | 0.95% | 0.74% | - |
| HSV(B) | 83.15º | 0.5% | 0.99% | - |
| XYZ | 63.14 | 83.8 | 32.25 | - |
| YUV | 222.87 | 72.77 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 125 | 0.19 | 0 | 0.50 | 0.01 | 83.15 | 0.95 | 0.74 |
| Hex | CB | FC | 7D | 13 | 0 | 32 | 1 | 53 | 5F | 4A |
| Octal | 313 | 374 | 175 | 23 | 0 | 62 | 1 | 123 | 137 | 112 |
| Binary | 11001011 | 11111100 | 1111101 | 10011 | 0 | 110010 | 1 | 1010011 | 1011111 | 1001010 |
Color Harmonies of #CBFC7D
Complementary color
Monochromatic Colors of #CBFC7D
Black with #CBFC7D
Text Example
Text Example
White with #CBFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC7D; }
p { color: rgb(203,252,125); }
H1.HeaderClassName
{
color: #CBFC7D;
}
.AnyTagClassName
{
color: #CBFC7D;
}
</style>
background-color css
<style>
a { background-color: #CBFC7D; }
a { background-color: rgb(203,252,125); }
div.DivClassName
{
background-color: #CBFC7D;
}
.BgClassName
{
background-color: #CBFC7D;
}
</style>
border-color css
<style>
span { border-color: #CBFC7D; }
span { border-color: rgb(203,252,125); }
td.TdClassName
{
border-color: #CBFC7D;
}
.TagClassName
{
border-color: #CBFC7D;
}
</style>