#B4E25F

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

Shades of Conifer #B4E25F

Tints of Conifer #B4E25F

Color information

#B4E25F (or 0xB4E25F) is unknown color: approx Conifer. HEX triplet: B4, E2 and 5F. RGB value is (180,226,95). Sum of RGB (Red+Green+Blue) = 180+226+95=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E25F is #4B1DA0. Grayscale: #C5C5C5. Windows color (decimal): -4922785 or 6283956. OLE color: 6283956.

HSL color Cylindrical-coordinate representation of color #B4E25F: hue angle of 81.07º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4E25F is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB18022695-
CMYK0.2000.580.11
HSL81.07º69.31%62.94%-
HSV(B)81.07º57.96%88.63%-
XYZ48.0864.9220.82-
YUV197.3170.26115.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 226 (88.67% from 255) = 45.11%
BLUE value IS 95 (37.5% from 255) = 18.96%
R=35.93%
G=45.11%
B=18.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal180226950.2000.580.1181.0769.3162.94
HexB4E25F1403AB51453f
Octal264342137240721312110577
Binary10110100111000101011111101000111010101110100011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E25F; }

 p { color: rgb(180,226,95); }

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

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

 a { background-color: rgb(180,226,95); }

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

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

 span { border-color: rgb(180,226,95); }

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