Shades of Reef #CBFF90
Tints of Reef #CBFF90
RGB
CMYK
RGB Variations
Color information
#CBFF90 (or 0xCBFF90) is known color: Reef. HEX triplet: CB, FF and 90. RGB value is (203,255,144). Sum of RGB (Red+Green+Blue) = 203+255+144=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 144 (56.64% from 255 or 23.92% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFF90 is #34006F. Grayscale: #E3E3E3. Windows color (decimal): -3407984 or 9502667. OLE color: 9502667.
HSL color Cylindrical-coordinate representation of color #CBFF90: hue angle of 88.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBFF90 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 144 | - |
| CMYK | 0.20 | 0 | 0.44 | 0 |
| HSL | 88.11º | 1% | 0.78% | - |
| HSV(B) | 88.11º | 0.44% | 1% | - |
| XYZ | 65.42 | 86.23 | 39.58 | - |
| YUV | 226.8 | 81.27 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 144 | 0.20 | 0 | 0.44 | 0 | 88.11 | 1 | 0.78 |
| Hex | CB | FF | 90 | 14 | 0 | 2C | 0 | 58 | 64 | 4E |
| Octal | 313 | 377 | 220 | 24 | 0 | 54 | 0 | 130 | 144 | 116 |
| Binary | 11001011 | 11111111 | 10010000 | 10100 | 0 | 101100 | 0 | 1011000 | 1100100 | 1001110 |
Color Harmonies of #CBFF90
Complementary color
Monochromatic Colors of #CBFF90
Black with #CBFF90
Text Example
Text Example
White with #CBFF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF90; }
p { color: rgb(203,255,144); }
H1.HeaderClassName
{
color: #CBFF90;
}
.AnyTagClassName
{
color: #CBFF90;
}
</style>
background-color css
<style>
a { background-color: #CBFF90; }
a { background-color: rgb(203,255,144); }
div.DivClassName
{
background-color: #CBFF90;
}
.BgClassName
{
background-color: #CBFF90;
}
</style>
border-color css
<style>
span { border-color: #CBFF90; }
span { border-color: rgb(203,255,144); }
td.TdClassName
{
border-color: #CBFF90;
}
.TagClassName
{
border-color: #CBFF90;
}
</style>