#B4F28B

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

Shades of Feijoa #B4F28B

Tints of Feijoa #B4F28B

Color information

#B4F28B (or 0xB4F28B) is unknown color: approx Feijoa. HEX triplet: B4, F2 and 8B. RGB value is (180,242,139). Sum of RGB (Red+Green+Blue) = 180+242+139=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 139 (54.69% from 255 or 24.78% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F28B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F28B is #4B0D74. Grayscale: #D4D4D4. Windows color (decimal): -4918645 or 9171636. OLE color: 9171636.

HSL color Cylindrical-coordinate representation of color #B4F28B: hue angle of 96.12º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4F28B is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB180242139-
CMYK0.2600.430.05
HSL96.12º79.84%74.71%-
HSV(B)96.12º42.56%94.9%-
XYZ55.2375.0736.01-
YUV211.7286.96105.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.09%
GREEN value IS 242 (94.92% from 255) = 43.14%
BLUE value IS 139 (54.69% from 255) = 24.78%
R=32.09%
G=43.14%
B=24.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802421390.2600.430.0596.1279.8474.71
HexB4F28B1A02B560504b
Octal264362213320535140120113
Binary101101001111001010001011110100101011101110000010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F28B; }

 p { color: rgb(180,242,139); }

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

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

 a { background-color: rgb(180,242,139); }

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

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

 span { border-color: rgb(180,242,139); }

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