Html Css Color HEX #B4F28B Feijoa

📋 copy color: '#B4F28B'

red 180 ◦ green 242 ◦ blue 139

#B4F28B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #B4F28B

Tints of Feijoa #B4F28B

RGB

 RED value IS 180 (70.7% 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 value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#B4F28B (or 0xB4F28B) is known color: 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

RGB 180 242 139 -
CMYK 0.26 0 0.43 0.05
HSL 96.12º 0.8% 0.75% -
HSV(B) 96.12º 0.43% 0.95% -
XYZ 55.23 75.07 36.01 -
YUV 211.72 86.96 105.38 -
System Red Green Blue C M Y K H S L
Decimal 180 242 139 0.26 0 0.43 0.05 96.12 0.8 0.75
Hex B4 F2 8B 1A 0 2B 5 60 50 4B
Octal 264 362 213 32 0 53 5 140 120 113
Binary 10110100 11110010 10001011 11010 0 101011 101 1100000 1010000 1001011

Color Harmonies of #B4F28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F28B

Black with #B4F28B

Text Example


Text Example

White with #B4F28B

Text Example


Text Example

HTML Codes & Css Web 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>