#B4F155

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

Shades of Conifer #B4F155

Tints of Conifer #B4F155

Color information

#B4F155 (or 0xB4F155) is unknown color: approx Conifer. HEX triplet: B4, F1 and 55. RGB value is (180,241,85). Sum of RGB (Red+Green+Blue) = 180+241+85=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F155 is #4B0EAA. Grayscale: #CDCDCD. Windows color (decimal): -4918955 or 5632436. OLE color: 5632436.

HSL color Cylindrical-coordinate representation of color #B4F155: hue angle of 83.46º degrees, saturation: 0.85, 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 #B4F155 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB18024185-
CMYK0.2500.650.05
HSL83.46º84.78%63.92%-
HSV(B)83.46º64.73%94.51%-
XYZ51.9273.2720-
YUV204.9860.29110.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.57%
GREEN value IS 241 (94.53% from 255) = 47.63%
BLUE value IS 85 (33.59% from 255) = 16.80%
R=35.57%
G=47.63%
B=16.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180241850.2500.650.0583.4684.7863.92
HexB4F155190415535540
Octal2643611253101015123125100
Binary101101001111000110101011100101000001101101001110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F155; }

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

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

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

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

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

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

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

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