Html Css Color HEX #B2F088 Feijoa

📋 copy color: '#B2F088'

red 178 ◦ green 240 ◦ blue 136

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

Shades of Feijoa #B2F088

Tints of Feijoa #B2F088

RGB

 RED value IS 178 (69.92% from 255) = 32.13%

 GREEN value IS 240 (94.14% from 255) = 43.32%

 BLUE value IS 136 (53.52% from 255) = 24.55%

R = 32.13%
G = 43.32%
B = 24.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#B2F088 (or 0xB2F088) is known color: Feijoa. HEX triplet: B2, F0 and 88. RGB value is (178,240,136). Sum of RGB (Red+Green+Blue) = 178+240+136=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F088 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F088 is #4D0F77. Grayscale: #D1D1D1. Windows color (decimal): -5050232 or 8974514. OLE color: 8974514.

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

Color convert

RGB 178 240 136 -
CMYK 0.26 0 0.43 0.06
HSL 95.77º 0.78% 0.74% -
HSV(B) 95.77º 0.43% 0.94% -
XYZ 53.96 73.56 34.65 -
YUV 209.61 86.46 105.46 -
System Red Green Blue C M Y K H S L
Decimal 178 240 136 0.26 0 0.43 0.06 95.77 0.78 0.74
Hex B2 F0 88 1A 0 2B 6 60 4E 4A
Octal 262 360 210 32 0 53 6 140 116 112
Binary 10110010 11110000 10001000 11010 0 101011 110 1100000 1001110 1001010

Color Harmonies of #B2F088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F088

Black with #B2F088

Text Example


Text Example

White with #B2F088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F088; }

 p { color: rgb(178,240,136); }

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

background-color css

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

 a { background-color: rgb(178,240,136); }

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

border-color css

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

 span { border-color: rgb(178,240,136); }

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