Shades of Sulu #CBF37E
Tints of Sulu #CBF37E
RGB
CMYK
RGB Variations
Color information
#CBF37E (or 0xCBF37E) is known color: Sulu. HEX triplet: CB, F3 and 7E. RGB value is (203,243,126). Sum of RGB (Red+Green+Blue) = 203+243+126=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 126 (49.61% from 255 or 22.03% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF37E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF37E is #340C81. Grayscale: #DADADA. Windows color (decimal): -3411074 or 8319947. OLE color: 8319947.
HSL color Cylindrical-coordinate representation of color #CBF37E: hue angle of 80.51º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBF37E is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 126 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.05 |
| HSL | 80.51º | 0.83% | 0.72% | - |
| HSV(B) | 80.51º | 0.48% | 0.95% | - |
| XYZ | 60.45 | 78.3 | 31.67 | - |
| YUV | 217.7 | 76.25 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 126 | 0.16 | 0 | 0.48 | 0.05 | 80.51 | 0.83 | 0.72 |
| Hex | CB | F3 | 7E | 10 | 0 | 30 | 5 | 51 | 53 | 48 |
| Octal | 313 | 363 | 176 | 20 | 0 | 60 | 5 | 121 | 123 | 110 |
| Binary | 11001011 | 11110011 | 1111110 | 10000 | 0 | 110000 | 101 | 1010001 | 1010011 | 1001000 |
Color Harmonies of #CBF37E
Complementary color
Monochromatic Colors of #CBF37E
Black with #CBF37E
Text Example
Text Example
White with #CBF37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF37E; }
p { color: rgb(203,243,126); }
H1.HeaderClassName
{
color: #CBF37E;
}
.AnyTagClassName
{
color: #CBF37E;
}
</style>
background-color css
<style>
a { background-color: #CBF37E; }
a { background-color: rgb(203,243,126); }
div.DivClassName
{
background-color: #CBF37E;
}
.BgClassName
{
background-color: #CBF37E;
}
</style>
border-color css
<style>
span { border-color: #CBF37E; }
span { border-color: rgb(203,243,126); }
td.TdClassName
{
border-color: #CBF37E;
}
.TagClassName
{
border-color: #CBF37E;
}
</style>