Shades of Reef #CBDF9A
Tints of Reef #CBDF9A
RGB
CMYK
RGB Variations
Color information
#CBDF9A (or 0xCBDF9A) is known color: Reef. HEX triplet: CB, DF and 9A. RGB value is (203,223,154). Sum of RGB (Red+Green+Blue) = 203+223+154=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDF9A is #342065. Grayscale: #D1D1D1. Windows color (decimal): -3416166 or 10149835. OLE color: 10149835.
HSL color Cylindrical-coordinate representation of color #CBDF9A: hue angle of 77.39º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBDF9A is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 154 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.13 |
| HSL | 77.39º | 0.52% | 0.74% | - |
| HSV(B) | 77.39º | 0.31% | 0.87% | - |
| XYZ | 56.85 | 67.8 | 40.66 | - |
| YUV | 209.15 | 96.87 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 154 | 0.09 | 0 | 0.31 | 0.13 | 77.39 | 0.52 | 0.74 |
| Hex | CB | DF | 9A | 9 | 0 | 1F | D | 4D | 34 | 4A |
| Octal | 313 | 337 | 232 | 11 | 0 | 37 | 15 | 115 | 64 | 112 |
| Binary | 11001011 | 11011111 | 10011010 | 1001 | 0 | 11111 | 1101 | 1001101 | 110100 | 1001010 |
Color Harmonies of #CBDF9A
Complementary color
Monochromatic Colors of #CBDF9A
Black with #CBDF9A
Text Example
Text Example
White with #CBDF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF9A; }
p { color: rgb(203,223,154); }
H1.HeaderClassName
{
color: #CBDF9A;
}
.AnyTagClassName
{
color: #CBDF9A;
}
</style>
background-color css
<style>
a { background-color: #CBDF9A; }
a { background-color: rgb(203,223,154); }
div.DivClassName
{
background-color: #CBDF9A;
}
.BgClassName
{
background-color: #CBDF9A;
}
</style>
border-color css
<style>
span { border-color: #CBDF9A; }
span { border-color: rgb(203,223,154); }
td.TdClassName
{
border-color: #CBDF9A;
}
.TagClassName
{
border-color: #CBDF9A;
}
</style>