Shades of Reef #CBDF93
Tints of Reef #CBDF93
RGB
CMYK
RGB Variations
Color information
#CBDF93 (or 0xCBDF93) is known color: Reef. HEX triplet: CB, DF and 93. RGB value is (203,223,147). Sum of RGB (Red+Green+Blue) = 203+223+147=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDF93 is #34206C. Grayscale: #D0D0D0. Windows color (decimal): -3416173 or 9691083. OLE color: 9691083.
HSL color Cylindrical-coordinate representation of color #CBDF93: hue angle of 75.79º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBDF93 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 147 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.13 |
| HSL | 75.79º | 0.54% | 0.73% | - |
| HSV(B) | 75.79º | 0.34% | 0.87% | - |
| XYZ | 56.28 | 67.58 | 37.68 | - |
| YUV | 208.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 147 | 0.09 | 0 | 0.34 | 0.13 | 75.79 | 0.54 | 0.73 |
| Hex | CB | DF | 93 | 9 | 0 | 22 | D | 4C | 36 | 49 |
| Octal | 313 | 337 | 223 | 11 | 0 | 42 | 15 | 114 | 66 | 111 |
| Binary | 11001011 | 11011111 | 10010011 | 1001 | 0 | 100010 | 1101 | 1001100 | 110110 | 1001001 |
Color Harmonies of #CBDF93
Complementary color
Monochromatic Colors of #CBDF93
Black with #CBDF93
Text Example
Text Example
White with #CBDF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF93; }
p { color: rgb(203,223,147); }
H1.HeaderClassName
{
color: #CBDF93;
}
.AnyTagClassName
{
color: #CBDF93;
}
</style>
background-color css
<style>
a { background-color: #CBDF93; }
a { background-color: rgb(203,223,147); }
div.DivClassName
{
background-color: #CBDF93;
}
.BgClassName
{
background-color: #CBDF93;
}
</style>
border-color css
<style>
span { border-color: #CBDF93; }
span { border-color: rgb(203,223,147); }
td.TdClassName
{
border-color: #CBDF93;
}
.TagClassName
{
border-color: #CBDF93;
}
</style>