#B4FE53

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

Shades of Conifer #B4FE53

Tints of Conifer #B4FE53

Color information

#B4FE53 (or 0xB4FE53) is unknown color: approx Conifer. HEX triplet: B4, FE and 53. RGB value is (180,254,83). Sum of RGB (Red+Green+Blue) = 180+254+83=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FE53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FE53 is #4B01AC. Grayscale: #D4D4D4. Windows color (decimal): -4915629 or 5504692. OLE color: 5504692.

HSL color Cylindrical-coordinate representation of color #B4FE53: hue angle of 85.96º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4FE53 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB18025483-
CMYK0.2900.670.00
HSL85.96º98.84%66.08%-
HSV(B)85.96º67.32%99.61%-
XYZ55.8381.2120.92-
YUV212.3854.98104.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 254 (99.61% from 255) = 49.13%
BLUE value IS 83 (32.81% from 255) = 16.05%
R=34.82%
G=49.13%
B=16.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal180254830.2900.670.0085.9698.8466.08
HexB4FE531D0430566342
Octal2643761233501030126143102
Binary1011010011111110101001111101010000110101011011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FE53; }

 p { color: rgb(180,254,83); }

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

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

 a { background-color: rgb(180,254,83); }

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

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

 span { border-color: rgb(180,254,83); }

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