Shades of Reef #CBF19C
Tints of Reef #CBF19C
RGB
CMYK
RGB Variations
Color information
#CBF19C (or 0xCBF19C) is known color: Reef. HEX triplet: CB, F1 and 9C. RGB value is (203,241,156). Sum of RGB (Red+Green+Blue) = 203+241+156=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF19C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF19C is #340E63. Grayscale: #DCDCDC. Windows color (decimal): -3411556 or 10285515. OLE color: 10285515.
HSL color Cylindrical-coordinate representation of color #CBF19C: hue angle of 86.82º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBF19C is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 156 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.05 |
| HSL | 86.82º | 0.75% | 0.78% | - |
| HSV(B) | 86.82º | 0.35% | 0.95% | - |
| XYZ | 62.08 | 78.01 | 43.24 | - |
| YUV | 219.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 156 | 0.16 | 0 | 0.35 | 0.05 | 86.82 | 0.75 | 0.78 |
| Hex | CB | F1 | 9C | 10 | 0 | 23 | 5 | 57 | 4B | 4E |
| Octal | 313 | 361 | 234 | 20 | 0 | 43 | 5 | 127 | 113 | 116 |
| Binary | 11001011 | 11110001 | 10011100 | 10000 | 0 | 100011 | 101 | 1010111 | 1001011 | 1001110 |
Color Harmonies of #CBF19C
Complementary color
Monochromatic Colors of #CBF19C
Black with #CBF19C
Text Example
Text Example
White with #CBF19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF19C; }
p { color: rgb(203,241,156); }
H1.HeaderClassName
{
color: #CBF19C;
}
.AnyTagClassName
{
color: #CBF19C;
}
</style>
background-color css
<style>
a { background-color: #CBF19C; }
a { background-color: rgb(203,241,156); }
div.DivClassName
{
background-color: #CBF19C;
}
.BgClassName
{
background-color: #CBF19C;
}
</style>
border-color css
<style>
span { border-color: #CBF19C; }
span { border-color: rgb(203,241,156); }
td.TdClassName
{
border-color: #CBF19C;
}
.TagClassName
{
border-color: #CBF19C;
}
</style>