#B4F75A

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

Shades of Conifer #B4F75A

Tints of Conifer #B4F75A

Color information

#B4F75A (or 0xB4F75A) is unknown color: approx Conifer. HEX triplet: B4, F7 and 5A. RGB value is (180,247,90). Sum of RGB (Red+Green+Blue) = 180+247+90=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #B4F75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F75A is #4B08A5. Grayscale: #D1D1D1. Windows color (decimal): -4917414 or 5961652. OLE color: 5961652.

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

Color convert

RGB18024790-
CMYK0.2700.640.03
HSL85.61º90.75%66.08%-
HSV(B)85.61º63.56%96.86%-
XYZ53.9376.9621.69-
YUV209.0760.8107.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 247 (96.88% from 255) = 47.78%
BLUE value IS 90 (35.55% from 255) = 17.41%
R=34.82%
G=47.78%
B=17.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal180247900.2700.640.0385.6190.7566.08
HexB4F75A1B0403565b42
Octal2643671323301003126133102
Binary10110100111101111011010110110100000011101011010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F75A; }

 p { color: rgb(180,247,90); }

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

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

 a { background-color: rgb(180,247,90); }

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

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

 span { border-color: rgb(180,247,90); }

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