#B4F165

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

Shades of Conifer #B4F165

Tints of Conifer #B4F165

Color information

#B4F165 (or 0xB4F165) is unknown color: approx Conifer. HEX triplet: B4, F1 and 65. RGB value is (180,241,101). Sum of RGB (Red+Green+Blue) = 180+241+101=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F165 is #4B0E9A. Grayscale: #CFCFCF. Windows color (decimal): -4918939 or 6681012. OLE color: 6681012.

HSL color Cylindrical-coordinate representation of color #B4F165: hue angle of 86.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4F165 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB180241101-
CMYK0.2500.580.05
HSL86.14º83.33%67.06%-
HSV(B)86.14º58.09%94.51%-
XYZ52.6373.5523.74-
YUV206.868.29108.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 241 (94.53% from 255) = 46.17%
BLUE value IS 101 (39.84% from 255) = 19.35%
R=34.48%
G=46.17%
B=19.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802411010.2500.580.0586.1483.3367.06
HexB4F1651903A5565343
Octal264361145310725126123103
Binary10110100111100011100101110010111010101101011010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F165; }

 p { color: rgb(180,241,101); }

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

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

 a { background-color: rgb(180,241,101); }

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

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

 span { border-color: rgb(180,241,101); }

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