Shades of Reef #CBFD90
Tints of Reef #CBFD90
RGB
CMYK
RGB Variations
Color information
#CBFD90 (or 0xCBFD90) is known color: Reef. HEX triplet: CB, FD and 90. RGB value is (203,253,144). Sum of RGB (Red+Green+Blue) = 203+253+144=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFD90 is #34026F. Grayscale: #E2E2E2. Windows color (decimal): -3408496 or 9502155. OLE color: 9502155.
HSL color Cylindrical-coordinate representation of color #CBFD90: hue angle of 87.52º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBFD90 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 144 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.01 |
| HSL | 87.52º | 0.96% | 0.78% | - |
| HSV(B) | 87.52º | 0.43% | 0.99% | - |
| XYZ | 64.79 | 84.96 | 39.37 | - |
| YUV | 225.62 | 81.94 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 144 | 0.20 | 0 | 0.43 | 0.01 | 87.52 | 0.96 | 0.78 |
| Hex | CB | FD | 90 | 14 | 0 | 2B | 1 | 58 | 60 | 4E |
| Octal | 313 | 375 | 220 | 24 | 0 | 53 | 1 | 130 | 140 | 116 |
| Binary | 11001011 | 11111101 | 10010000 | 10100 | 0 | 101011 | 1 | 1011000 | 1100000 | 1001110 |
Color Harmonies of #CBFD90
Complementary color
Monochromatic Colors of #CBFD90
Black with #CBFD90
Text Example
Text Example
White with #CBFD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD90; }
p { color: rgb(203,253,144); }
H1.HeaderClassName
{
color: #CBFD90;
}
.AnyTagClassName
{
color: #CBFD90;
}
</style>
background-color css
<style>
a { background-color: #CBFD90; }
a { background-color: rgb(203,253,144); }
div.DivClassName
{
background-color: #CBFD90;
}
.BgClassName
{
background-color: #CBFD90;
}
</style>
border-color css
<style>
span { border-color: #CBFD90; }
span { border-color: rgb(203,253,144); }
td.TdClassName
{
border-color: #CBFD90;
}
.TagClassName
{
border-color: #CBFD90;
}
</style>