Shades of Sulu #CBF28A
Tints of Sulu #CBF28A
RGB
CMYK
RGB Variations
Color information
#CBF28A (or 0xCBF28A) is known color: Sulu. HEX triplet: CB, F2 and 8A. RGB value is (203,242,138). Sum of RGB (Red+Green+Blue) = 203+242+138=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF28A is #340D75. Grayscale: #DADADA. Windows color (decimal): -3411318 or 9106123. OLE color: 9106123.
HSL color Cylindrical-coordinate representation of color #CBF28A: hue angle of 82.5º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBF28A is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 138 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.05 |
| HSL | 82.5º | 0.8% | 0.75% | - |
| HSV(B) | 82.5º | 0.43% | 0.95% | - |
| XYZ | 60.97 | 78.04 | 35.89 | - |
| YUV | 218.48 | 82.58 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 138 | 0.16 | 0 | 0.43 | 0.05 | 82.5 | 0.8 | 0.75 |
| Hex | CB | F2 | 8A | 10 | 0 | 2B | 5 | 52 | 50 | 4B |
| Octal | 313 | 362 | 212 | 20 | 0 | 53 | 5 | 122 | 120 | 113 |
| Binary | 11001011 | 11110010 | 10001010 | 10000 | 0 | 101011 | 101 | 1010010 | 1010000 | 1001011 |
Color Harmonies of #CBF28A
Complementary color
Monochromatic Colors of #CBF28A
Black with #CBF28A
Text Example
Text Example
White with #CBF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF28A; }
p { color: rgb(203,242,138); }
H1.HeaderClassName
{
color: #CBF28A;
}
.AnyTagClassName
{
color: #CBF28A;
}
</style>
background-color css
<style>
a { background-color: #CBF28A; }
a { background-color: rgb(203,242,138); }
div.DivClassName
{
background-color: #CBF28A;
}
.BgClassName
{
background-color: #CBF28A;
}
</style>
border-color css
<style>
span { border-color: #CBF28A; }
span { border-color: rgb(203,242,138); }
td.TdClassName
{
border-color: #CBF28A;
}
.TagClassName
{
border-color: #CBF28A;
}
</style>