#B4F05D

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

Shades of Conifer #B4F05D

Tints of Conifer #B4F05D

Color information

#B4F05D (or 0xB4F05D) is unknown color: approx Conifer. HEX triplet: B4, F0 and 5D. RGB value is (180,240,93). Sum of RGB (Red+Green+Blue) = 180+240+93=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F05D is #4B0FA2. Grayscale: #CDCDCD. Windows color (decimal): -4919203 or 6156468. OLE color: 6156468.

HSL color Cylindrical-coordinate representation of color #B4F05D: hue angle of 84.49º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4F05D is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB18024093-
CMYK0.2500.610.06
HSL84.49º83.05%65.29%-
HSV(B)84.49º61.25%94.12%-
XYZ51.9672.8121.67-
YUV205.364.62109.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 240 (94.14% from 255) = 46.78%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=35.09%
G=46.78%
B=18.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal180240930.2500.610.0684.4983.0565.29
HexB4F05D1903D6545341
Octal264360135310756124123101
Binary10110100111100001011101110010111101110101010010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F05D; }

 p { color: rgb(180,240,93); }

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

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

 a { background-color: rgb(180,240,93); }

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

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

 span { border-color: rgb(180,240,93); }

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