#B4F64F

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

Shades of Conifer #B4F64F

Tints of Conifer #B4F64F

Color information

#B4F64F (or 0xB4F64F) is unknown color: approx Conifer. HEX triplet: B4, F6 and 4F. RGB value is (180,246,79). Sum of RGB (Red+Green+Blue) = 180+246+79=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F64F is #4B09B0. Grayscale: #CFCFCF. Windows color (decimal): -4917681 or 5240500. OLE color: 5240500.

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

Color convert

RGB18024679-
CMYK0.2700.680.04
HSL83.71º90.27%63.73%-
HSV(B)83.71º67.89%96.47%-
XYZ53.1976.1819.3-
YUV207.2355.63108.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 246 (96.48% from 255) = 48.71%
BLUE value IS 79 (31.25% from 255) = 15.64%
R=35.64%
G=48.71%
B=15.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal180246790.2700.680.0483.7190.2763.73
HexB4F64F1B0444545a40
Octal2643661173301044124132100
Binary101101001111011010011111101101000100100101010010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F64F; }

 p { color: rgb(180,246,79); }

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

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

 a { background-color: rgb(180,246,79); }

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

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

 span { border-color: rgb(180,246,79); }

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