#B2F15D

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

Shades of Conifer #B2F15D

Tints of Conifer #B2F15D

Color information

#B2F15D (or 0xB2F15D) is unknown color: approx Conifer. HEX triplet: B2, F1 and 5D. RGB value is (178,241,93). Sum of RGB (Red+Green+Blue) = 178+241+93=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F15D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F15D is #4D0EA2. Grayscale: #CDCDCD. Windows color (decimal): -5050019 or 6156722. OLE color: 6156722.

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

Color convert

RGB17824193-
CMYK0.2600.610.05
HSL85.54º84.09%65.49%-
HSV(B)85.54º61.41%94.51%-
XYZ51.7973.1721.75-
YUV205.2964.63108.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.77%
GREEN value IS 241 (94.53% from 255) = 47.07%
BLUE value IS 93 (36.72% from 255) = 18.16%
R=34.77%
G=47.07%
B=18.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal178241930.2600.610.0585.5484.0965.49
HexB2F15D1A03D5565441
Octal262361135320755126124101
Binary10110010111100011011101110100111101101101011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F15D; }

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

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

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

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

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

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

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

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