Html Css Color HEX #B5ED8D Feijoa

📋 copy color: '#B5ED8D'

red 181 ◦ green 237 ◦ blue 141

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

Shades of Feijoa #B5ED8D

Tints of Feijoa #B5ED8D

RGB

 RED value IS 181 (71.09% from 255) = 32.38%

 GREEN value IS 237 (92.97% from 255) = 42.4%

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

R = 32.38%
G = 42.4%
B = 25.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#B5ED8D (or 0xB5ED8D) is known color: Feijoa. HEX triplet: B5, ED and 8D. RGB value is (181,237,141). Sum of RGB (Red+Green+Blue) = 181+237+141=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #B5ED8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5ED8D is #4A1272. Grayscale: #D1D1D1. Windows color (decimal): -4854387 or 9301429. OLE color: 9301429.

HSL color Cylindrical-coordinate representation of color #B5ED8D: hue angle of 95º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5ED8D is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 237 141 -
CMYK 0.24 0 0.41 0.07
HSL 95º 0.73% 0.74% -
HSV(B) 95º 0.41% 0.93% -
XYZ 54.15 72.32 36.3 -
YUV 209.31 89.45 107.81 -
System Red Green Blue C M Y K H S L
Decimal 181 237 141 0.24 0 0.41 0.07 95 0.73 0.74
Hex B5 ED 8D 18 0 29 7 5F 49 4A
Octal 265 355 215 30 0 51 7 137 111 112
Binary 10110101 11101101 10001101 11000 0 101001 111 1011111 1001001 1001010

Color Harmonies of #B5ED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ED8D

Black with #B5ED8D

Text Example


Text Example

White with #B5ED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ED8D; }

 p { color: rgb(181,237,141); }

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

background-color css

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

 a { background-color: rgb(181,237,141); }

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

border-color css

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

 span { border-color: rgb(181,237,141); }

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