#B2EF4C

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

Shades of Conifer #B2EF4C

Tints of Conifer #B2EF4C

Color information

#B2EF4C (or 0xB2EF4C) is unknown color: approx Conifer. HEX triplet: B2, EF and 4C. RGB value is (178,239,76). Sum of RGB (Red+Green+Blue) = 178+239+76=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EF4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EF4C is #4D10B3. Grayscale: #CACACA. Windows color (decimal): -5050548 or 5042098. OLE color: 5042098.

HSL color Cylindrical-coordinate representation of color #B2EF4C: hue angle of 82.45º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2EF4C is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB17823976-
CMYK0.2600.680.06
HSL82.45º83.59%61.76%-
HSV(B)82.45º68.2%93.73%-
XYZ50.5371.7218.02-
YUV202.1856.79110.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 239 (93.75% from 255) = 48.48%
BLUE value IS 76 (30.08% from 255) = 15.42%
R=36.11%
G=48.48%
B=15.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal178239760.2600.680.0682.4583.5961.76
HexB2EF4C1A044652543e
Octal262357114320104612212476
Binary10110010111011111001100110100100010011010100101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EF4C; }

 p { color: rgb(178,239,76); }

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

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

 a { background-color: rgb(178,239,76); }

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

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

 span { border-color: rgb(178,239,76); }

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