#B2F35E

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

Shades of Conifer #B2F35E

Tints of Conifer #B2F35E

Color information

#B2F35E (or 0xB2F35E) is unknown color: approx Conifer. HEX triplet: B2, F3 and 5E. RGB value is (178,243,94). Sum of RGB (Red+Green+Blue) = 178+243+94=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F35E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F35E is #4D0CA1. Grayscale: #CFCFCF. Windows color (decimal): -5049506 or 6222770. OLE color: 6222770.

HSL color Cylindrical-coordinate representation of color #B2F35E: hue angle of 86.17º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2F35E is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB17824394-
CMYK0.2700.610.05
HSL86.17º86.13%66.08%-
HSV(B)86.17º61.32%95.29%-
XYZ52.4374.3722.18-
YUV206.5864.47107.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 243 (95.31% from 255) = 47.18%
BLUE value IS 94 (37.11% from 255) = 18.25%
R=34.56%
G=47.18%
B=18.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal178243940.2700.610.0586.1786.1366.08
HexB2F35E1B03D5565642
Octal262363136330755126126102
Binary10110010111100111011110110110111101101101011010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F35E; }

 p { color: rgb(178,243,94); }

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

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

 a { background-color: rgb(178,243,94); }

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

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

 span { border-color: rgb(178,243,94); }

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