Html Css Color HEX #B0E67D Feijoa

📋 copy color: '#B0E67D'

red 176 ◦ green 230 ◦ blue 125

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

Shades of Feijoa #B0E67D

Tints of Feijoa #B0E67D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.31%

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

R = 33.15%
G = 43.31%
B = 23.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#B0E67D (or 0xB0E67D) is known color: Feijoa. HEX triplet: B0, E6 and 7D. RGB value is (176,230,125). Sum of RGB (Red+Green+Blue) = 176+230+125=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E67D is #4F1982. Grayscale: #CACACA. Windows color (decimal): -5183875 or 8251056. OLE color: 8251056.

HSL color Cylindrical-coordinate representation of color #B0E67D: hue angle of 90.86º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0E67D is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 230 125 -
CMYK 0.23 0 0.46 0.10
HSL 90.86º 0.68% 0.7% -
HSV(B) 90.86º 0.46% 0.9% -
XYZ 49.9 67.3 29.76 -
YUV 201.88 84.61 109.54 -
System Red Green Blue C M Y K H S L
Decimal 176 230 125 0.23 0 0.46 0.10 90.86 0.68 0.7
Hex B0 E6 7D 17 0 2E A 5B 44 46
Octal 260 346 175 27 0 56 12 133 104 106
Binary 10110000 11100110 1111101 10111 0 101110 1010 1011011 1000100 1000110

Color Harmonies of #B0E67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E67D

Black with #B0E67D

Text Example


Text Example

White with #B0E67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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