#B2F25D

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

Shades of Conifer #B2F25D

Tints of Conifer #B2F25D

Color information

#B2F25D (or 0xB2F25D) is unknown color: approx Conifer. HEX triplet: B2, F2 and 5D. RGB value is (178,242,93). Sum of RGB (Red+Green+Blue) = 178+242+93=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F25D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F25D is #4D0DA2. Grayscale: #CECECE. Windows color (decimal): -5049763 or 6156978. OLE color: 6156978.

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

Color convert

RGB17824293-
CMYK0.2600.620.05
HSL85.77º85.14%65.69%-
HSV(B)85.77º61.57%94.9%-
XYZ52.0973.7621.85-
YUV205.8864.3108.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 242 (94.92% from 255) = 47.17%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=34.70%
G=47.17%
B=18.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal178242930.2600.620.0585.7785.1465.69
HexB2F25D1A03E5565542
Octal262362135320765126125102
Binary10110010111100101011101110100111110101101011010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F25D; }

 p { color: rgb(178,242,93); }

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

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

 a { background-color: rgb(178,242,93); }

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

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

 span { border-color: rgb(178,242,93); }

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