Html Css Color HEX #B2E17D Feijoa

📋 copy color: '#B2E17D'

red 178 ◦ green 225 ◦ blue 125

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

Shades of Feijoa #B2E17D

Tints of Feijoa #B2E17D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.61%

 BLUE value IS 125 (49.22% from 255) = 23.67%

R = 33.71%
G = 42.61%
B = 23.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#B2E17D (or 0xB2E17D) is known color: Feijoa. HEX triplet: B2, E1 and 7D. RGB value is (178,225,125). Sum of RGB (Red+Green+Blue) = 178+225+125=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E17D is #4D1E82. Grayscale: #C7C7C7. Windows color (decimal): -5054083 or 8249778. OLE color: 8249778.

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

Color convert

RGB 178 225 125 -
CMYK 0.21 0 0.44 0.12
HSL 88.2º 0.63% 0.69% -
HSV(B) 88.2º 0.44% 0.88% -
XYZ 48.99 64.8 29.33 -
YUV 199.55 85.93 112.63 -
System Red Green Blue C M Y K H S L
Decimal 178 225 125 0.21 0 0.44 0.12 88.2 0.63 0.69
Hex B2 E1 7D 15 0 2C C 58 3E 45
Octal 262 341 175 25 0 54 14 130 76 105
Binary 10110010 11100001 1111101 10101 0 101100 1100 1011000 111110 1000101

Color Harmonies of #B2E17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E17D

Black with #B2E17D

Text Example


Text Example

White with #B2E17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E17D; }

 p { color: rgb(178,225,125); }

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

background-color css

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

 a { background-color: rgb(178,225,125); }

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

border-color css

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

 span { border-color: rgb(178,225,125); }

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