#B2E755

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

Shades of Conifer #B2E755

Tints of Conifer #B2E755

Color information

#B2E755 (or 0xB2E755) is unknown color: approx Conifer. HEX triplet: B2, E7 and 55. RGB value is (178,231,85). Sum of RGB (Red+Green+Blue) = 178+231+85=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E755 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E755 is #4D18AA. Grayscale: #C7C7C7. Windows color (decimal): -5052587 or 5629874. OLE color: 5629874.

HSL color Cylindrical-coordinate representation of color #B2E755: hue angle of 81.78º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2E755 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB17823185-
CMYK0.2300.630.09
HSL81.78º75.26%61.96%-
HSV(B)81.78º63.2%90.59%-
XYZ48.5867.2719.02-
YUV198.5163.94113.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 231 (90.62% from 255) = 46.76%
BLUE value IS 85 (33.59% from 255) = 17.21%
R=36.03%
G=46.76%
B=17.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal178231850.2300.630.0981.7875.2661.96
HexB2E7551703F9524b3e
Octal262347125270771112211376
Binary10110010111001111010101101110111111100110100101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E755; }

 p { color: rgb(178,231,85); }

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

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

 a { background-color: rgb(178,231,85); }

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

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

 span { border-color: rgb(178,231,85); }

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