Html Css Color HEX #B0F28D Feijoa

📋 copy color: '#B0F28D'

red 176 ◦ green 242 ◦ blue 141

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

Shades of Feijoa #B0F28D

Tints of Feijoa #B0F28D

RGB

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

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

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

R = 31.48%
G = 43.29%
B = 25.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#B0F28D (or 0xB0F28D) is known color: Feijoa. HEX triplet: B0, F2 and 8D. RGB value is (176,242,141). Sum of RGB (Red+Green+Blue) = 176+242+141=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F28D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F28D is #4F0D72. Grayscale: #D3D3D3. Windows color (decimal): -5180787 or 9302704. OLE color: 9302704.

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

Color convert

RGB 176 242 141 -
CMYK 0.27 0 0.42 0.05
HSL 99.21º 0.8% 0.75% -
HSV(B) 99.21º 0.42% 0.95% -
XYZ 54.46 74.66 36.74 -
YUV 210.75 88.63 103.21 -
System Red Green Blue C M Y K H S L
Decimal 176 242 141 0.27 0 0.42 0.05 99.21 0.8 0.75
Hex B0 F2 8D 1B 0 2A 5 63 50 4B
Octal 260 362 215 33 0 52 5 143 120 113
Binary 10110000 11110010 10001101 11011 0 101010 101 1100011 1010000 1001011

Color Harmonies of #B0F28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F28D

Black with #B0F28D

Text Example


Text Example

White with #B0F28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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