#B5F061

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

Shades of Conifer #B5F061

Tints of Conifer #B5F061

Color information

#B5F061 (or 0xB5F061) is unknown color: approx Conifer. HEX triplet: B5, F0 and 61. RGB value is (181,240,97). Sum of RGB (Red+Green+Blue) = 181+240+97=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F061 is #4A0F9E. Grayscale: #CECECE. Windows color (decimal): -4853663 or 6418613. OLE color: 6418613.

HSL color Cylindrical-coordinate representation of color #B5F061: hue angle of 84.76º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5F061 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB18124097-
CMYK0.2500.600.06
HSL84.76º82.66%66.08%-
HSV(B)84.76º59.58%94.12%-
XYZ52.3773.0122.64-
YUV206.0666.45110.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 240 (94.14% from 255) = 46.33%
BLUE value IS 97 (38.28% from 255) = 18.73%
R=34.94%
G=46.33%
B=18.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal181240970.2500.600.0684.7682.6666.08
HexB5F0611903C6555342
Octal265360141310746125123102
Binary10110101111100001100001110010111100110101010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F061; }

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

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

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

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

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

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

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

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