#CBF890

Color #CBF890 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CBF890

Tints of Reef #CBF890

Color information

#CBF890 (or 0xCBF890) is unknown color: approx Reef. HEX triplet: CB, F8 and 90. RGB value is (203,248,144). Sum of RGB (Red+Green+Blue) = 203+248+144=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF890 is #34076F. Grayscale: #DFDFDF. Windows color (decimal): -3409776 or 9500875. OLE color: 9500875.

HSL color Cylindrical-coordinate representation of color #CBF890: hue angle of 85.96º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBF890 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB203248144-
CMYK0.1800.420.03
HSL85.96º88.14%76.86%-
HSV(B)85.96º41.94%97.25%-
XYZ63.2381.8438.85-
YUV222.6983.59113.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 34.12%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 144 (56.64% from 255) = 24.20%
R=34.12%
G=41.68%
B=24.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032481440.1800.420.0385.9688.1476.86
HexCBF8901202A356584d
Octal313370220220523126130115
Binary11001011111110001001000010010010101011101011010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF890; }

 p { color: rgb(203,248,144); }

 H1.HeaderClassName
 {
   color: #CBF890;
 }
 .AnyTagClassName
 {
   color: #CBF890;
 }
</style>
background-color css

<style>
 a { background-color: #CBF890; }

 a { background-color: rgb(203,248,144); }

 div.DivClassName
 {
   background-color: #CBF890;
 }
 .BgClassName
 {
   background-color: #CBF890;
 }
</style>
border-color css

<style>
 span { border-color: #CBF890; }

 span { border-color: rgb(203,248,144); }

 td.TdClassName
 {
   border-color: #CBF890;
 }
 .TagClassName
 {
   border-color: #CBF890;
 }
</style>