Html Css Color HEX #B4DF95 Feijoa

📋 copy color: '#B4DF95'

red 180 ◦ green 223 ◦ blue 149

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

Shades of Feijoa #B4DF95

Tints of Feijoa #B4DF95

RGB

 RED value IS 180 (70.7% from 255) = 32.61%

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

 BLUE value IS 149 (58.59% from 255) = 26.99%

R = 32.61%
G = 40.4%
B = 26.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#B4DF95 (or 0xB4DF95) is known color: Feijoa. HEX triplet: B4, DF and 95. RGB value is (180,223,149). Sum of RGB (Red+Green+Blue) = 180+223+149=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DF95 is #4B206A. Grayscale: #C9C9C9. Windows color (decimal): -4923499 or 9822132. OLE color: 9822132.

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

Color convert

RGB 180 223 149 -
CMYK 0.19 0 0.33 0.13
HSL 94.86º 0.54% 0.73% -
HSV(B) 94.86º 0.33% 0.87% -
XYZ 50.63 64.65 38.24 -
YUV 201.71 98.25 112.52 -
System Red Green Blue C M Y K H S L
Decimal 180 223 149 0.19 0 0.33 0.13 94.86 0.54 0.73
Hex B4 DF 95 13 0 21 D 5F 36 49
Octal 264 337 225 23 0 41 15 137 66 111
Binary 10110100 11011111 10010101 10011 0 100001 1101 1011111 110110 1001001

Color Harmonies of #B4DF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DF95

Black with #B4DF95

Text Example


Text Example

White with #B4DF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DF95; }

 p { color: rgb(180,223,149); }

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

background-color css

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

 a { background-color: rgb(180,223,149); }

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

border-color css

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

 span { border-color: rgb(180,223,149); }

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