#B2D75F

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

Shades of Conifer #B2D75F

Tints of Conifer #B2D75F

Color information

#B2D75F (or 0xB2D75F) is unknown color: approx Conifer. HEX triplet: B2, D7 and 5F. RGB value is (178,215,95). Sum of RGB (Red+Green+Blue) = 178+215+95=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D75F is #4D28A0. Grayscale: #BEBEBE. Windows color (decimal): -5056673 or 6281138. OLE color: 6281138.

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

Color convert

RGB17821595-
CMYK0.1700.560.16
HSL78.5º60%60.78%-
HSV(B)78.5º55.81%84.31%-
XYZ44.7358.8919.84-
YUV190.2674.24119.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.48%
GREEN value IS 215 (84.38% from 255) = 44.06%
BLUE value IS 95 (37.5% from 255) = 19.47%
R=36.48%
G=44.06%
B=19.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal178215950.1700.560.1678.56060.78
HexB2D75F11038104e3c3d
Octal26232713721070201167475
Binary10110010110101111011111100010111000100001001110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D75F; }

 p { color: rgb(178,215,95); }

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

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

 a { background-color: rgb(178,215,95); }

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

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

 span { border-color: rgb(178,215,95); }

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