#B2F752

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

Shades of Conifer #B2F752

Tints of Conifer #B2F752

Color information

#B2F752 (or 0xB2F752) is unknown color: approx Conifer. HEX triplet: B2, F7 and 52. RGB value is (178,247,82). Sum of RGB (Red+Green+Blue) = 178+247+82=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F752 is #4D08AD. Grayscale: #D0D0D0. Windows color (decimal): -5048494 or 5437362. OLE color: 5437362.

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

Color convert

RGB17824782-
CMYK0.2800.670.03
HSL85.09º91.16%64.51%-
HSV(B)85.09º66.8%96.86%-
XYZ53.1476.619.97-
YUV207.5657.14106.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.11%
GREEN value IS 247 (96.88% from 255) = 48.72%
BLUE value IS 82 (32.42% from 255) = 16.17%
R=35.11%
G=48.72%
B=16.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal178247820.2800.670.0385.0991.1664.51
HexB2F7521C0433555b41
Octal2623671223401033125133101
Binary10110010111101111010010111000100001111101010110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F752; }

 p { color: rgb(178,247,82); }

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

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

 a { background-color: rgb(178,247,82); }

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

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

 span { border-color: rgb(178,247,82); }

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