Html Css Color HEX #B2E27F Feijoa

📋 copy color: '#B2E27F'

red 178 ◦ green 226 ◦ blue 127

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

Shades of Feijoa #B2E27F

Tints of Feijoa #B2E27F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.56%

 BLUE value IS 127 (50% from 255) = 23.92%

R = 33.52%
G = 42.56%
B = 23.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#B2E27F (or 0xB2E27F) is known color: Feijoa. HEX triplet: B2, E2 and 7F. RGB value is (178,226,127). Sum of RGB (Red+Green+Blue) = 178+226+127=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E27F is #4D1D80. Grayscale: #C8C8C8. Windows color (decimal): -5053825 or 8381106. OLE color: 8381106.

HSL color Cylindrical-coordinate representation of color #B2E27F: hue angle of 89.09º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2E27F is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 226 127 -
CMYK 0.21 0 0.44 0.11
HSL 89.09º 0.63% 0.69% -
HSV(B) 89.09º 0.44% 0.89% -
XYZ 49.39 65.39 30.1 -
YUV 200.36 86.6 112.05 -
System Red Green Blue C M Y K H S L
Decimal 178 226 127 0.21 0 0.44 0.11 89.09 0.63 0.69
Hex B2 E2 7F 15 0 2C B 59 3F 45
Octal 262 342 177 25 0 54 13 131 77 105
Binary 10110010 11100010 1111111 10101 0 101100 1011 1011001 111111 1000101

Color Harmonies of #B2E27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E27F

Black with #B2E27F

Text Example


Text Example

White with #B2E27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E27F; }

 p { color: rgb(178,226,127); }

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

background-color css

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

 a { background-color: rgb(178,226,127); }

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

border-color css

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

 span { border-color: rgb(178,226,127); }

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