#B3EE45

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

Shades of Conifer #B3EE45

Tints of Conifer #B3EE45

Color information

#B3EE45 (or 0xB3EE45) is unknown color: approx Conifer. HEX triplet: B3, EE and 45. RGB value is (179,238,69). Sum of RGB (Red+Green+Blue) = 179+238+69=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3EE45 is #4C11BA. Grayscale: #C9C9C9. Windows color (decimal): -4985275 or 4583091. OLE color: 4583091.

HSL color Cylindrical-coordinate representation of color #B3EE45: hue angle of 80.95º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B3EE45 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB17923869-
CMYK0.2500.710.07
HSL80.95º83.25%60.2%-
HSV(B)80.95º71.01%93.33%-
XYZ50.2471.1616.72-
YUV201.0953.45112.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.83%
GREEN value IS 238 (93.36% from 255) = 48.97%
BLUE value IS 69 (27.34% from 255) = 14.20%
R=36.83%
G=48.97%
B=14.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal179238690.2500.710.0780.9583.2560.2
HexB3EE4519047751533c
Octal263356105310107712112374
Binary10110011111011101000101110010100011111110100011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EE45; }

 p { color: rgb(179,238,69); }

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

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

 a { background-color: rgb(179,238,69); }

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

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

 span { border-color: rgb(179,238,69); }

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