#B4F354

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

Shades of Conifer #B4F354

Tints of Conifer #B4F354

Color information

#B4F354 (or 0xB4F354) is unknown color: approx Conifer. HEX triplet: B4, F3 and 54. RGB value is (180,243,84). Sum of RGB (Red+Green+Blue) = 180+243+84=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F354 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F354 is #4B0CAB. Grayscale: #CECECE. Windows color (decimal): -4918444 or 5567412. OLE color: 5567412.

HSL color Cylindrical-coordinate representation of color #B4F354: hue angle of 83.77º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4F354 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB18024384-
CMYK0.2600.650.05
HSL83.77º86.89%64.12%-
HSV(B)83.77º65.43%95.29%-
XYZ52.4774.4419.99-
YUV206.0459.13109.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 243 (95.31% from 255) = 47.93%
BLUE value IS 84 (33.20% from 255) = 16.57%
R=35.50%
G=47.93%
B=16.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180243840.2600.650.0583.7786.8964.12
HexB4F3541A0415545740
Octal2643631243201015124127100
Binary101101001111001110101001101001000001101101010010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F354; }

 p { color: rgb(180,243,84); }

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

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

 a { background-color: rgb(180,243,84); }

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

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

 span { border-color: rgb(180,243,84); }

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