#CBF895

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

Shades of Reef #CBF895

Tints of Reef #CBF895

Color information

#CBF895 (or 0xCBF895) is unknown color: approx Reef. HEX triplet: CB, F8 and 95. RGB value is (203,248,149). Sum of RGB (Red+Green+Blue) = 203+248+149=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF895 is #34076A. Grayscale: #DFDFDF. Windows color (decimal): -3409771 or 9828555. OLE color: 9828555.

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

Color convert

RGB203248149-
CMYK0.1800.400.03
HSL87.27º87.61%77.84%-
HSV(B)87.27º39.92%97.25%-
XYZ63.628240.91-
YUV223.2686.09113.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 248 (97.27% from 255) = 41.33%
BLUE value IS 149 (58.59% from 255) = 24.83%
R=33.83%
G=41.33%
B=24.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032481490.1800.400.0387.2787.6177.84
HexCBF89512028357584e
Octal313370225220503127130116
Binary11001011111110001001010110010010100011101011110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF895; }

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

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

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

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

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

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

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

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