#B4F862

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

Shades of Conifer #B4F862

Tints of Conifer #B4F862

Color information

#B4F862 (or 0xB4F862) is unknown color: approx Conifer. HEX triplet: B4, F8 and 62. RGB value is (180,248,98). Sum of RGB (Red+Green+Blue) = 180+248+98=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #B4F862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F862 is #4B079D. Grayscale: #D3D3D3. Windows color (decimal): -4917150 or 6486196. OLE color: 6486196.

HSL color Cylindrical-coordinate representation of color #B4F862: hue angle of 87.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4F862 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB18024898-
CMYK0.2700.600.03
HSL87.2º91.46%67.84%-
HSV(B)87.2º60.48%97.25%-
XYZ54.5977.7223.68-
YUV210.5764.47106.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 248 (97.27% from 255) = 47.15%
BLUE value IS 98 (38.67% from 255) = 18.63%
R=34.22%
G=47.15%
B=18.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal180248980.2700.600.0387.291.4667.84
HexB4F8621B03C3575b44
Octal264370142330743127133104
Binary1011010011111000110001011011011110011101011110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F862; }

 p { color: rgb(180,248,98); }

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

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

 a { background-color: rgb(180,248,98); }

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

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

 span { border-color: rgb(180,248,98); }

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