#b2d447

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

Shades of Conifer #B2D447

Tints of Conifer #B2D447

Color information

#B2D447 (or 0xB2D447) is unknown color: approx Conifer. HEX triplet: B2, D4 and 47. RGB value is (178,212,71). Sum of RGB (Red+Green+Blue) = 178+212+71=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 71 (28.12% from 255 or 15.40% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D447 is #4D2BB8. Grayscale: #BABABA. Windows color (decimal): -5057465 or 4707506. OLE color: 4707506.

HSL color Cylindrical-coordinate representation of color #B2D447: hue angle of 74.47º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2D447 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB17821271-
CMYK0.1600.670.17
HSL74.47º62.11%55.49%-
HSV(B)74.47º66.51%83.14%-
XYZ43.0457.0114.7-
YUV185.7663.24122.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 212 (83.20% from 255) = 45.99%
BLUE value IS 71 (28.12% from 255) = 15.40%
R=38.61%
G=45.99%
B=15.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal178212710.1600.670.1774.4762.1155.49
HexB2D44710043114a3e37
Octal262324107200103211127667
Binary101100101101010010001111000001000011100011001010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2d447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2d447; }

 p { color: rgb(178,212,71); }

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

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

 a { background-color: rgb(178,212,71); }

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

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

 span { border-color: rgb(178,212,71); }

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