#B4EF41

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

Shades of Conifer #B4EF41

Tints of Conifer #B4EF41

Color information

#B4EF41 (or 0xB4EF41) is unknown color: approx Conifer. HEX triplet: B4, EF and 41. RGB value is (180,239,65). Sum of RGB (Red+Green+Blue) = 180+239+65=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4EF41 is #4B10BE. Grayscale: #CACACA. Windows color (decimal): -4919487 or 4321204. OLE color: 4321204.

HSL color Cylindrical-coordinate representation of color #B4EF41: hue angle of 80.34º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4EF41 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB18023965-
CMYK0.2500.730.06
HSL80.34º84.47%59.61%-
HSV(B)80.34º72.8%93.73%-
XYZ50.6471.8216.19-
YUV201.5250.95112.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 239 (93.75% from 255) = 49.38%
BLUE value IS 65 (25.78% from 255) = 13.43%
R=37.19%
G=49.38%
B=13.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal180239650.2500.730.0680.3484.4759.61
HexB4EF4119049650543c
Octal264357101310111612012474
Binary10110100111011111000001110010100100111010100001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EF41; }

 p { color: rgb(180,239,65); }

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

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

 a { background-color: rgb(180,239,65); }

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

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

 span { border-color: rgb(180,239,65); }

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