Html Css Color HEX #B0F68D Feijoa

📋 copy color: '#B0F68D'

red 176 ◦ green 246 ◦ blue 141

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

Shades of Feijoa #B0F68D

Tints of Feijoa #B0F68D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.69%

 BLUE value IS 141 (55.47% from 255) = 25.04%

R = 31.26%
G = 43.69%
B = 25.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#B0F68D (or 0xB0F68D) is known color: Feijoa. HEX triplet: B0, F6 and 8D. RGB value is (176,246,141). Sum of RGB (Red+Green+Blue) = 176+246+141=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F68D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F68D is #4F0972. Grayscale: #D5D5D5. Windows color (decimal): -5179763 or 9303728. OLE color: 9303728.

HSL color Cylindrical-coordinate representation of color #B0F68D: hue angle of 100º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0F68D is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 246 141 -
CMYK 0.28 0 0.43 0.04
HSL 100º 0.85% 0.76% -
HSV(B) 100º 0.43% 0.96% -
XYZ 55.67 77.06 37.14 -
YUV 213.1 87.31 101.54 -
System Red Green Blue C M Y K H S L
Decimal 176 246 141 0.28 0 0.43 0.04 100 0.85 0.76
Hex B0 F6 8D 1C 0 2B 4 64 55 4C
Octal 260 366 215 34 0 53 4 144 125 114
Binary 10110000 11110110 10001101 11100 0 101011 100 1100100 1010101 1001100

Color Harmonies of #B0F68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F68D

Black with #B0F68D

Text Example


Text Example

White with #B0F68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F68D; }

 p { color: rgb(176,246,141); }

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

background-color css

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

 a { background-color: rgb(176,246,141); }

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

border-color css

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

 span { border-color: rgb(176,246,141); }

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