#b4f38d

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

Shades of Feijoa #B4F38D

Tints of Feijoa #B4F38D

Color information

#B4F38D (or 0xB4F38D) is unknown color: approx Feijoa. HEX triplet: B4, F3 and 8D. RGB value is (180,243,141). Sum of RGB (Red+Green+Blue) = 180+243+141=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F38D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F38D is #4B0C72. Grayscale: #D4D4D4. Windows color (decimal): -4918387 or 9302964. OLE color: 9302964.

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

Color convert

RGB180243141-
CMYK0.2600.420.05
HSL97.06º80.95%75.29%-
HSV(B)97.06º41.98%95.29%-
XYZ55.6875.7336.88-
YUV212.5487.63104.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.91%
GREEN value IS 243 (95.31% from 255) = 43.09%
BLUE value IS 141 (55.47% from 255) = 25%
R=31.91%
G=43.09%
B=25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802431410.2600.420.0597.0680.9575.29
HexB4F38D1A02A561514b
Octal264363215320525141121113
Binary101101001111001110001101110100101010101110000110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4f38d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4f38d; }

 p { color: rgb(180,243,141); }

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

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

 a { background-color: rgb(180,243,141); }

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

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

 span { border-color: rgb(180,243,141); }

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