Html Css Color HEX #B4F38C Feijoa

📋 copy color: '#B4F38C'

red 180 ◦ green 243 ◦ blue 140

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

Shades of Feijoa #B4F38C

Tints of Feijoa #B4F38C

RGB

 RED value IS 180 (70.7% from 255) = 31.97%

 GREEN value IS 243 (95.31% from 255) = 43.16%

 BLUE value IS 140 (55.08% from 255) = 24.87%

R = 31.97%
G = 43.16%
B = 24.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#B4F38C (or 0xB4F38C) is known color: Feijoa. HEX triplet: B4, F3 and 8C. RGB value is (180,243,140). Sum of RGB (Red+Green+Blue) = 180+243+140=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F38C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F38C is #4B0C73. Grayscale: #D4D4D4. Windows color (decimal): -4918388 or 9237428. OLE color: 9237428.

HSL color Cylindrical-coordinate representation of color #B4F38C: hue angle of 96.7º 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 #B4F38C is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 243 140 -
CMYK 0.26 0 0.42 0.05
HSL 96.7º 0.81% 0.75% -
HSV(B) 96.7º 0.42% 0.95% -
XYZ 55.61 75.7 36.49 -
YUV 212.42 87.13 104.88 -
System Red Green Blue C M Y K H S L
Decimal 180 243 140 0.26 0 0.42 0.05 96.7 0.81 0.75
Hex B4 F3 8C 1A 0 2A 5 61 51 4B
Octal 264 363 214 32 0 52 5 141 121 113
Binary 10110100 11110011 10001100 11010 0 101010 101 1100001 1010001 1001011

Color Harmonies of #B4F38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F38C

Black with #B4F38C

Text Example


Text Example

White with #B4F38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F38C; }

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

 H1.HeaderClassName
 {
   color: #B4F38C;
 }
 .AnyTagClassName
 {
   color: #B4F38C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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