Shades of Reef #CBF893
Tints of Reef #CBF893
RGB
CMYK
RGB Variations
Color information
#CBF893 (or 0xCBF893) is known color: Reef. HEX triplet: CB, F8 and 93. RGB value is (203,248,147). Sum of RGB (Red+Green+Blue) = 203+248+147=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 147 (57.81% from 255 or 24.58% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF893 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF893 is #34076C. Grayscale: #DFDFDF. Windows color (decimal): -3409773 or 9697483. OLE color: 9697483.
HSL color Cylindrical-coordinate representation of color #CBF893: hue angle of 86.73º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBF893 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 147 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.03 |
| HSL | 86.73º | 0.88% | 0.77% | - |
| HSV(B) | 86.73º | 0.41% | 0.97% | - |
| XYZ | 63.46 | 81.94 | 40.07 | - |
| YUV | 223.03 | 85.09 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 147 | 0.18 | 0 | 0.41 | 0.03 | 86.73 | 0.88 | 0.77 |
| Hex | CB | F8 | 93 | 12 | 0 | 29 | 3 | 57 | 58 | 4D |
| Octal | 313 | 370 | 223 | 22 | 0 | 51 | 3 | 127 | 130 | 115 |
| Binary | 11001011 | 11111000 | 10010011 | 10010 | 0 | 101001 | 11 | 1010111 | 1011000 | 1001101 |
Color Harmonies of #CBF893
Complementary color
Monochromatic Colors of #CBF893
Black with #CBF893
Text Example
Text Example
White with #CBF893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF893; }
p { color: rgb(203,248,147); }
H1.HeaderClassName
{
color: #CBF893;
}
.AnyTagClassName
{
color: #CBF893;
}
</style>
background-color css
<style>
a { background-color: #CBF893; }
a { background-color: rgb(203,248,147); }
div.DivClassName
{
background-color: #CBF893;
}
.BgClassName
{
background-color: #CBF893;
}
</style>
border-color css
<style>
span { border-color: #CBF893; }
span { border-color: rgb(203,248,147); }
td.TdClassName
{
border-color: #CBF893;
}
.TagClassName
{
border-color: #CBF893;
}
</style>