#B4F54B

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

Shades of Conifer #B4F54B

Tints of Conifer #B4F54B

Color information

#B4F54B (or 0xB4F54B) is unknown color: approx Conifer. HEX triplet: B4, F5 and 4B. RGB value is (180,245,75). Sum of RGB (Red+Green+Blue) = 180+245+75=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #B4F54B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4F54B is #4B0AB4. Grayscale: #CECECE. Windows color (decimal): -4917941 or 4978100. OLE color: 4978100.

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

Color convert

RGB18024575-
CMYK0.2700.690.04
HSL82.94º89.47%62.75%-
HSV(B)82.94º69.39%96.08%-
XYZ52.7475.5218.45-
YUV206.1853.97109.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 245 (96.09% from 255) = 49%
BLUE value IS 75 (29.69% from 255) = 15%
R=36%
G=49%
B=15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal180245750.2700.690.0482.9489.4762.75
HexB4F54B1B045453593f
Octal264365113330105412313177
Binary10110100111101011001011110110100010110010100111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F54B; }

 p { color: rgb(180,245,75); }

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

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

 a { background-color: rgb(180,245,75); }

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

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

 span { border-color: rgb(180,245,75); }

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