Html Css Color HEX #B0EF7D Feijoa

📋 copy color: '#B0EF7D'

red 176 ◦ green 239 ◦ blue 125

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

Shades of Feijoa #B0EF7D

Tints of Feijoa #B0EF7D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.26%

 BLUE value IS 125 (49.22% from 255) = 23.15%

R = 32.59%
G = 44.26%
B = 23.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#B0EF7D (or 0xB0EF7D) is known color: Feijoa. HEX triplet: B0, EF and 7D. RGB value is (176,239,125). Sum of RGB (Red+Green+Blue) = 176+239+125=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EF7D is #4F1082. Grayscale: #CFCFCF. Windows color (decimal): -5181571 or 8253360. OLE color: 8253360.

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

Color convert

RGB 176 239 125 -
CMYK 0.26 0 0.48 0.06
HSL 93.16º 0.78% 0.71% -
HSV(B) 93.16º 0.48% 0.94% -
XYZ 52.47 72.44 30.62 -
YUV 207.17 81.63 105.77 -
System Red Green Blue C M Y K H S L
Decimal 176 239 125 0.26 0 0.48 0.06 93.16 0.78 0.71
Hex B0 EF 7D 1A 0 30 6 5D 4E 47
Octal 260 357 175 32 0 60 6 135 116 107
Binary 10110000 11101111 1111101 11010 0 110000 110 1011101 1001110 1000111

Color Harmonies of #B0EF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EF7D

Black with #B0EF7D

Text Example


Text Example

White with #B0EF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EF7D; }

 p { color: rgb(176,239,125); }

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

background-color css

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

 a { background-color: rgb(176,239,125); }

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

border-color css

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

 span { border-color: rgb(176,239,125); }

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