Shades of Sulu #CBF37F
Tints of Sulu #CBF37F
RGB
CMYK
RGB Variations
Color information
#CBF37F (or 0xCBF37F) is known color: Sulu. HEX triplet: CB, F3 and 7F. RGB value is (203,243,127). Sum of RGB (Red+Green+Blue) = 203+243+127=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF37F is #340C80. Grayscale: #DADADA. Windows color (decimal): -3411073 or 8385483. OLE color: 8385483.
HSL color Cylindrical-coordinate representation of color #CBF37F: hue angle of 80.69º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBF37F is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 127 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.05 |
| HSL | 80.69º | 0.83% | 0.73% | - |
| HSV(B) | 80.69º | 0.48% | 0.95% | - |
| XYZ | 60.51 | 78.33 | 32.01 | - |
| YUV | 217.82 | 76.75 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 127 | 0.16 | 0 | 0.48 | 0.05 | 80.69 | 0.83 | 0.73 |
| Hex | CB | F3 | 7F | 10 | 0 | 30 | 5 | 51 | 53 | 49 |
| Octal | 313 | 363 | 177 | 20 | 0 | 60 | 5 | 121 | 123 | 111 |
| Binary | 11001011 | 11110011 | 1111111 | 10000 | 0 | 110000 | 101 | 1010001 | 1010011 | 1001001 |
Color Harmonies of #CBF37F
Complementary color
Monochromatic Colors of #CBF37F
Black with #CBF37F
Text Example
Text Example
White with #CBF37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF37F; }
p { color: rgb(203,243,127); }
H1.HeaderClassName
{
color: #CBF37F;
}
.AnyTagClassName
{
color: #CBF37F;
}
</style>
background-color css
<style>
a { background-color: #CBF37F; }
a { background-color: rgb(203,243,127); }
div.DivClassName
{
background-color: #CBF37F;
}
.BgClassName
{
background-color: #CBF37F;
}
</style>
border-color css
<style>
span { border-color: #CBF37F; }
span { border-color: rgb(203,243,127); }
td.TdClassName
{
border-color: #CBF37F;
}
.TagClassName
{
border-color: #CBF37F;
}
</style>