Html Css Color HEX #B2F288 Feijoa

📋 copy color: '#B2F288'

red 178 ◦ green 242 ◦ blue 136

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

Shades of Feijoa #B2F288

Tints of Feijoa #B2F288

RGB

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

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

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

R = 32.01%
G = 43.53%
B = 24.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#B2F288 (or 0xB2F288) is known color: Feijoa. HEX triplet: B2, F2 and 88. RGB value is (178,242,136). Sum of RGB (Red+Green+Blue) = 178+242+136=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F288 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F288 is #4D0D77. Grayscale: #D3D3D3. Windows color (decimal): -5049720 or 8975026. OLE color: 8975026.

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

Color convert

RGB 178 242 136 -
CMYK 0.26 0 0.44 0.05
HSL 96.23º 0.8% 0.74% -
HSV(B) 96.23º 0.44% 0.95% -
XYZ 54.56 74.75 34.84 -
YUV 210.78 85.8 104.62 -
System Red Green Blue C M Y K H S L
Decimal 178 242 136 0.26 0 0.44 0.05 96.23 0.8 0.74
Hex B2 F2 88 1A 0 2C 5 60 50 4A
Octal 262 362 210 32 0 54 5 140 120 112
Binary 10110010 11110010 10001000 11010 0 101100 101 1100000 1010000 1001010

Color Harmonies of #B2F288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F288

Black with #B2F288

Text Example


Text Example

White with #B2F288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F288; }

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

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

background-color css

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

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

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

border-color css

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

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

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