#CBFE95

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

Shades of Reef #CBFE95

Tints of Reef #CBFE95

Color information

#CBFE95 (or 0xCBFE95) is unknown color: approx Reef. HEX triplet: CB, FE and 95. RGB value is (203,254,149). Sum of RGB (Red+Green+Blue) = 203+254+149=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFE95 is #34016A. Grayscale: #E3E3E3. Windows color (decimal): -3408235 or 9830091. OLE color: 9830091.

HSL color Cylindrical-coordinate representation of color #CBFE95: hue angle of 89.14º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBFE95 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB203254149-
CMYK0.2000.410.00
HSL89.14º98.13%79.02%-
HSV(B)89.14º41.34%99.61%-
XYZ65.585.7541.53-
YUV226.7884.1111.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 254 (99.61% from 255) = 41.91%
BLUE value IS 149 (58.59% from 255) = 24.59%
R=33.50%
G=41.91%
B=24.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032541490.2000.410.0089.1498.1379.02
HexCBFE9514029059624f
Octal313376225240510131142117
Binary1100101111111110100101011010001010010101100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFE95; }

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

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

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

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

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

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

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

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