#B6E75F

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

Shades of Conifer #B6E75F

Tints of Conifer #B6E75F

Color information

#B6E75F (or 0xB6E75F) is unknown color: approx Conifer. HEX triplet: B6, E7 and 5F. RGB value is (182,231,95). Sum of RGB (Red+Green+Blue) = 182+231+95=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #B6E75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6E75F is #4918A0. Grayscale: #C9C9C9. Windows color (decimal): -4790433 or 6285238. OLE color: 6285238.

HSL color Cylindrical-coordinate representation of color #B6E75F: hue angle of 81.62º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6E75F is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB18223195-
CMYK0.2100.590.09
HSL81.62º73.91%63.92%-
HSV(B)81.62º58.87%90.59%-
XYZ49.9367.9221.31-
YUV200.8468.27114.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 231 (90.62% from 255) = 45.47%
BLUE value IS 95 (37.5% from 255) = 18.70%
R=35.83%
G=45.47%
B=18.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal182231950.2100.590.0981.6273.9163.92
HexB6E75F1503B9524a40
Octal2663471372507311122112100
Binary101101101110011110111111010101110111001101001010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E75F; }

 p { color: rgb(182,231,95); }

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

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

 a { background-color: rgb(182,231,95); }

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

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

 span { border-color: rgb(182,231,95); }

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