Html Css Color HEX #B0F280 Feijoa

📋 copy color: '#B0F280'

red 176 ◦ green 242 ◦ blue 128

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

Shades of Feijoa #B0F280

Tints of Feijoa #B0F280

RGB

 RED value IS 176 (69.14% from 255) = 32.23%

 GREEN value IS 242 (94.92% from 255) = 44.32%

 BLUE value IS 128 (50.39% from 255) = 23.44%

R = 32.23%
G = 44.32%
B = 23.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#B0F280 (or 0xB0F280) is known color: Feijoa. HEX triplet: B0, F2 and 80. RGB value is (176,242,128). Sum of RGB (Red+Green+Blue) = 176+242+128=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F280 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F280 is #4F0D7F. Grayscale: #D1D1D1. Windows color (decimal): -5180800 or 8450736. OLE color: 8450736.

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

Color convert

RGB 176 242 128 -
CMYK 0.27 0 0.47 0.05
HSL 94.74º 0.81% 0.73% -
HSV(B) 94.74º 0.47% 0.95% -
XYZ 53.55 74.29 31.94 -
YUV 209.27 82.13 104.27 -
System Red Green Blue C M Y K H S L
Decimal 176 242 128 0.27 0 0.47 0.05 94.74 0.81 0.73
Hex B0 F2 80 1B 0 2F 5 5F 51 49
Octal 260 362 200 33 0 57 5 137 121 111
Binary 10110000 11110010 10000000 11011 0 101111 101 1011111 1010001 1001001

Color Harmonies of #B0F280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F280

Black with #B0F280

Text Example


Text Example

White with #B0F280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F280; }

 p { color: rgb(176,242,128); }

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

background-color css

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

 a { background-color: rgb(176,242,128); }

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

border-color css

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

 span { border-color: rgb(176,242,128); }

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