Shades of Sulu #CBF28C
Tints of Sulu #CBF28C
RGB
CMYK
RGB Variations
Color information
#CBF28C (or 0xCBF28C) is known color: Sulu. HEX triplet: CB, F2 and 8C. RGB value is (203,242,140). Sum of RGB (Red+Green+Blue) = 203+242+140=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF28C is #340D73. Grayscale: #DBDBDB. Windows color (decimal): -3411316 or 9237195. OLE color: 9237195.
HSL color Cylindrical-coordinate representation of color #CBF28C: hue angle of 82.94º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBF28C is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 140 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.05 |
| HSL | 82.94º | 0.8% | 0.75% | - |
| HSV(B) | 82.94º | 0.42% | 0.95% | - |
| XYZ | 61.11 | 78.09 | 36.66 | - |
| YUV | 218.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 140 | 0.16 | 0 | 0.42 | 0.05 | 82.94 | 0.8 | 0.75 |
| Hex | CB | F2 | 8C | 10 | 0 | 2A | 5 | 53 | 50 | 4B |
| Octal | 313 | 362 | 214 | 20 | 0 | 52 | 5 | 123 | 120 | 113 |
| Binary | 11001011 | 11110010 | 10001100 | 10000 | 0 | 101010 | 101 | 1010011 | 1010000 | 1001011 |
Color Harmonies of #CBF28C
Complementary color
Monochromatic Colors of #CBF28C
Black with #CBF28C
Text Example
Text Example
White with #CBF28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF28C; }
p { color: rgb(203,242,140); }
H1.HeaderClassName
{
color: #CBF28C;
}
.AnyTagClassName
{
color: #CBF28C;
}
</style>
background-color css
<style>
a { background-color: #CBF28C; }
a { background-color: rgb(203,242,140); }
div.DivClassName
{
background-color: #CBF28C;
}
.BgClassName
{
background-color: #CBF28C;
}
</style>
border-color css
<style>
span { border-color: #CBF28C; }
span { border-color: rgb(203,242,140); }
td.TdClassName
{
border-color: #CBF28C;
}
.TagClassName
{
border-color: #CBF28C;
}
</style>