#B5F046

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

Shades of Conifer #B5F046

Tints of Conifer #B5F046

Color information

#B5F046 (or 0xB5F046) is unknown color: approx Conifer. HEX triplet: B5, F0 and 46. RGB value is (181,240,70). Sum of RGB (Red+Green+Blue) = 181+240+70=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F046 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F046 is #4A0FB9. Grayscale: #CBCBCB. Windows color (decimal): -4853690 or 4649141. OLE color: 4649141.

HSL color Cylindrical-coordinate representation of color #B5F046: hue angle of 80.82º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5F046 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB18124070-
CMYK0.2500.710.06
HSL80.82º85%60.78%-
HSV(B)80.82º70.83%94.12%-
XYZ51.3272.5917.1-
YUV202.9852.95112.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 240 (94.14% from 255) = 48.88%
BLUE value IS 70 (27.73% from 255) = 14.26%
R=36.86%
G=48.88%
B=14.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal181240700.2500.710.0680.828560.78
HexB5F04619047651553d
Octal265360106310107612112575
Binary10110101111100001000110110010100011111010100011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F046; }

 p { color: rgb(181,240,70); }

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

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

 a { background-color: rgb(181,240,70); }

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

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

 span { border-color: rgb(181,240,70); }

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