Html Css Color HEX #B5DF94 Feijoa

📋 copy color: '#B5DF94'

red 181 ◦ green 223 ◦ blue 148

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

Shades of Feijoa #B5DF94

Tints of Feijoa #B5DF94

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.4%

 BLUE value IS 148 (58.2% from 255) = 26.81%

R = 32.79%
G = 40.4%
B = 26.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#B5DF94 (or 0xB5DF94) is known color: Feijoa. HEX triplet: B5, DF and 94. RGB value is (181,223,148). Sum of RGB (Red+Green+Blue) = 181+223+148=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DF94 is #4A206B. Grayscale: #CACACA. Windows color (decimal): -4857964 or 9756597. OLE color: 9756597.

HSL color Cylindrical-coordinate representation of color #B5DF94: hue angle of 93.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5DF94 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 223 148 -
CMYK 0.19 0 0.34 0.13
HSL 93.6º 0.54% 0.73% -
HSV(B) 93.6º 0.34% 0.87% -
XYZ 50.79 64.74 37.84 -
YUV 201.89 97.59 113.1 -
System Red Green Blue C M Y K H S L
Decimal 181 223 148 0.19 0 0.34 0.13 93.6 0.54 0.73
Hex B5 DF 94 13 0 22 D 5E 36 49
Octal 265 337 224 23 0 42 15 136 66 111
Binary 10110101 11011111 10010100 10011 0 100010 1101 1011110 110110 1001001

Color Harmonies of #B5DF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DF94

Black with #B5DF94

Text Example


Text Example

White with #B5DF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DF94; }

 p { color: rgb(181,223,148); }

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

background-color css

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

 a { background-color: rgb(181,223,148); }

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

border-color css

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

 span { border-color: rgb(181,223,148); }

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