#B3ED52

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

Shades of Conifer #B3ED52

Tints of Conifer #B3ED52

Color information

#B3ED52 (or 0xB3ED52) is unknown color: approx Conifer. HEX triplet: B3, ED and 52. RGB value is (179,237,82). Sum of RGB (Red+Green+Blue) = 179+237+82=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #B3ED52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3ED52 is #4C12AD. Grayscale: #CACACA. Windows color (decimal): -4985518 or 5434803. OLE color: 5434803.

HSL color Cylindrical-coordinate representation of color #B3ED52: hue angle of 82.45º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3ED52 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB17923782-
CMYK0.2400.650.07
HSL82.45º81.15%62.55%-
HSV(B)82.45º65.4%92.94%-
XYZ50.470.7618.98-
YUV201.9960.28111.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.94%
GREEN value IS 237 (92.97% from 255) = 47.59%
BLUE value IS 82 (32.42% from 255) = 16.47%
R=35.94%
G=47.59%
B=16.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal179237820.2400.650.0782.4581.1562.55
HexB3ED5218041752513f
Octal263355122300101712212177
Binary10110011111011011010010110000100000111110100101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ED52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ED52; }

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

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

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

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

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

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

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

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