#B7D75D

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

Shades of Conifer #B7D75D

Tints of Conifer #B7D75D

Color information

#B7D75D (or 0xB7D75D) is unknown color: approx Conifer. HEX triplet: B7, D7 and 5D. RGB value is (183,215,93). Sum of RGB (Red+Green+Blue) = 183+215+93=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D75D is #4828A2. Grayscale: #BFBFBF. Windows color (decimal): -4728995 or 6150071. OLE color: 6150071.

HSL color Cylindrical-coordinate representation of color #B7D75D: hue angle of 75.74º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7D75D is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB18321593-
CMYK0.1500.570.16
HSL75.74º60.4%60.39%-
HSV(B)75.74º56.74%84.31%-
XYZ45.859.4619.42-
YUV191.5272.4121.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.27%
GREEN value IS 215 (84.38% from 255) = 43.79%
BLUE value IS 93 (36.72% from 255) = 18.94%
R=37.27%
G=43.79%
B=18.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal183215930.1500.570.1675.7460.460.39
HexB7D75DF039104c3c3c
Octal26732713517071201147474
Binary1011011111010111101110111110111001100001001100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D75D; }

 p { color: rgb(183,215,93); }

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

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

 a { background-color: rgb(183,215,93); }

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

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

 span { border-color: rgb(183,215,93); }

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