#B2F84F

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

Shades of Conifer #B2F84F

Tints of Conifer #B2F84F

Color information

#B2F84F (or 0xB2F84F) is unknown color: approx Conifer. HEX triplet: B2, F8 and 4F. RGB value is (178,248,79). Sum of RGB (Red+Green+Blue) = 178+248+79=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F84F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F84F is #4D07B0. Grayscale: #D0D0D0. Windows color (decimal): -5048241 or 5241010. OLE color: 5241010.

HSL color Cylindrical-coordinate representation of color #B2F84F: hue angle of 84.85º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2F84F is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB17824879-
CMYK0.2800.680.03
HSL84.85º92.35%64.12%-
HSV(B)84.85º68.15%97.25%-
XYZ53.3477.1619.48-
YUV207.855.31106.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.25%
GREEN value IS 248 (97.27% from 255) = 49.11%
BLUE value IS 79 (31.25% from 255) = 15.64%
R=35.25%
G=49.11%
B=15.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal178248790.2800.680.0384.8592.3564.12
HexB2F84F1C0443555c40
Octal2623701173401043125134100
Binary10110010111110001001111111000100010011101010110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F84F; }

 p { color: rgb(178,248,79); }

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

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

 a { background-color: rgb(178,248,79); }

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

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

 span { border-color: rgb(178,248,79); }

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