Html Css Color HEX #B4DD90 Feijoa

📋 copy color: '#B4DD90'

red 180 ◦ green 221 ◦ blue 144

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

Shades of Feijoa #B4DD90

Tints of Feijoa #B4DD90

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.55%

 BLUE value IS 144 (56.64% from 255) = 26.42%

R = 33.03%
G = 40.55%
B = 26.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#B4DD90 (or 0xB4DD90) is known color: Feijoa. HEX triplet: B4, DD and 90. RGB value is (180,221,144). Sum of RGB (Red+Green+Blue) = 180+221+144=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DD90 is #4B226F. Grayscale: #C8C8C8. Windows color (decimal): -4924016 or 9493940. OLE color: 9493940.

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

Color convert

RGB 180 221 144 -
CMYK 0.19 0 0.35 0.13
HSL 91.95º 0.53% 0.72% -
HSV(B) 91.95º 0.35% 0.87% -
XYZ 49.71 63.43 36.01 -
YUV 199.96 96.42 113.76 -
System Red Green Blue C M Y K H S L
Decimal 180 221 144 0.19 0 0.35 0.13 91.95 0.53 0.72
Hex B4 DD 90 13 0 23 D 5C 35 48
Octal 264 335 220 23 0 43 15 134 65 110
Binary 10110100 11011101 10010000 10011 0 100011 1101 1011100 110101 1001000

Color Harmonies of #B4DD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DD90

Black with #B4DD90

Text Example


Text Example

White with #B4DD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DD90; }

 p { color: rgb(180,221,144); }

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

background-color css

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

 a { background-color: rgb(180,221,144); }

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

border-color css

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

 span { border-color: rgb(180,221,144); }

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