Html Css Color HEX #B0F27E Feijoa

📋 copy color: '#B0F27E'

red 176 ◦ green 242 ◦ blue 126

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

Shades of Feijoa #B0F27E

Tints of Feijoa #B0F27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.16%

R = 32.35%
G = 44.49%
B = 23.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#B0F27E (or 0xB0F27E) is known color: Feijoa. HEX triplet: B0, F2 and 7E. RGB value is (176,242,126). Sum of RGB (Red+Green+Blue) = 176+242+126=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F27E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F27E is #4F0D81. Grayscale: #D1D1D1. Windows color (decimal): -5180802 or 8319664. OLE color: 8319664.

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

Color convert

RGB 176 242 126 -
CMYK 0.27 0 0.48 0.05
HSL 94.14º 0.82% 0.72% -
HSV(B) 94.14º 0.48% 0.95% -
XYZ 53.42 74.24 31.25 -
YUV 209.04 81.13 104.43 -
System Red Green Blue C M Y K H S L
Decimal 176 242 126 0.27 0 0.48 0.05 94.14 0.82 0.72
Hex B0 F2 7E 1B 0 30 5 5E 52 48
Octal 260 362 176 33 0 60 5 136 122 110
Binary 10110000 11110010 1111110 11011 0 110000 101 1011110 1010010 1001000

Color Harmonies of #B0F27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F27E

Black with #B0F27E

Text Example


Text Example

White with #B0F27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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