#B4F85C

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

Shades of Conifer #B4F85C

Tints of Conifer #B4F85C

Color information

#B4F85C (or 0xB4F85C) is unknown color: approx Conifer. HEX triplet: B4, F8 and 5C. RGB value is (180,248,92). Sum of RGB (Red+Green+Blue) = 180+248+92=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #B4F85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F85C is #4B07A3. Grayscale: #D2D2D2. Windows color (decimal): -4917156 or 6092980. OLE color: 6092980.

HSL color Cylindrical-coordinate representation of color #B4F85C: hue angle of 86.15º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4F85C is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB18024892-
CMYK0.2700.630.03
HSL86.15º91.76%66.67%-
HSV(B)86.15º62.9%97.25%-
XYZ54.3277.6122.24-
YUV209.8861.47106.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 248 (97.27% from 255) = 47.69%
BLUE value IS 92 (36.33% from 255) = 17.69%
R=34.62%
G=47.69%
B=17.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal180248920.2700.630.0386.1591.7666.67
HexB4F85C1B03F3565c43
Octal264370134330773126134103
Binary1011010011111000101110011011011111111101011010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F85C; }

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

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

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

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

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

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

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

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