#B3F752

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

Shades of Conifer #B3F752

Tints of Conifer #B3F752

Color information

#B3F752 (or 0xB3F752) is unknown color: approx Conifer. HEX triplet: B3, F7 and 52. RGB value is (179,247,82). Sum of RGB (Red+Green+Blue) = 179+247+82=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #B3F752 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F752 is #4C08AD. Grayscale: #D0D0D0. Windows color (decimal): -4982958 or 5437363. OLE color: 5437363.

HSL color Cylindrical-coordinate representation of color #B3F752: hue angle of 84.73º 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 #B3F752 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB17924782-
CMYK0.2800.670.03
HSL84.73º91.16%64.51%-
HSV(B)84.73º66.8%96.86%-
XYZ53.3776.7119.98-
YUV207.8656.97107.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.24%
GREEN value IS 247 (96.88% from 255) = 48.62%
BLUE value IS 82 (32.42% from 255) = 16.14%
R=35.24%
G=48.62%
B=16.14%

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
Decimal179247820.2800.670.0384.7391.1664.51
HexB3F7521C0433555b41
Octal2633671223401033125133101
Binary10110011111101111010010111000100001111101010110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F752; }

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

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

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

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

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

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

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

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