Html Css Color HEX #B0F085 Feijoa

📋 copy color: '#B0F085'

red 176 ◦ green 240 ◦ blue 133

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

Shades of Feijoa #B0F085

Tints of Feijoa #B0F085

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.72%

 BLUE value IS 133 (52.34% from 255) = 24.23%

R = 32.06%
G = 43.72%
B = 24.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#B0F085 (or 0xB0F085) is known color: Feijoa. HEX triplet: B0, F0 and 85. RGB value is (176,240,133). Sum of RGB (Red+Green+Blue) = 176+240+133=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F085 is #4F0F7A. Grayscale: #D1D1D1. Windows color (decimal): -5181307 or 8777904. OLE color: 8777904.

HSL color Cylindrical-coordinate representation of color #B0F085: hue angle of 95.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0F085 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 240 133 -
CMYK 0.27 0 0.45 0.06
HSL 95.89º 0.78% 0.73% -
HSV(B) 95.89º 0.45% 0.94% -
XYZ 53.3 73.24 33.52 -
YUV 208.67 85.3 104.7 -
System Red Green Blue C M Y K H S L
Decimal 176 240 133 0.27 0 0.45 0.06 95.89 0.78 0.73
Hex B0 F0 85 1B 0 2D 6 60 4E 49
Octal 260 360 205 33 0 55 6 140 116 111
Binary 10110000 11110000 10000101 11011 0 101101 110 1100000 1001110 1001001

Color Harmonies of #B0F085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F085

Black with #B0F085

Text Example


Text Example

White with #B0F085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F085; }

 p { color: rgb(176,240,133); }

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

background-color css

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

 a { background-color: rgb(176,240,133); }

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

border-color css

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

 span { border-color: rgb(176,240,133); }

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