Html Css Color HEX #B0DD72 Feijoa

📋 copy color: '#B0DD72'

red 176 ◦ green 221 ◦ blue 114

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

Shades of Feijoa #B0DD72

Tints of Feijoa #B0DD72

RGB

 RED value IS 176 (69.14% from 255) = 34.44%

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

 BLUE value IS 114 (44.92% from 255) = 22.31%

R = 34.44%
G = 43.25%
B = 22.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#B0DD72 (or 0xB0DD72) is known color: Feijoa. HEX triplet: B0, DD and 72. RGB value is (176,221,114). Sum of RGB (Red+Green+Blue) = 176+221+114=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD72 is #4F228D. Grayscale: #C3C3C3. Windows color (decimal): -5186190 or 7527856. OLE color: 7527856.

HSL color Cylindrical-coordinate representation of color #B0DD72: hue angle of 85.23º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0DD72 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 221 114 -
CMYK 0.20 0 0.48 0.13
HSL 85.23º 0.61% 0.66% -
HSV(B) 85.23º 0.48% 0.87% -
XYZ 46.8 62.16 25.45 -
YUV 195.35 82.09 114.2 -
System Red Green Blue C M Y K H S L
Decimal 176 221 114 0.20 0 0.48 0.13 85.23 0.61 0.66
Hex B0 DD 72 14 0 30 D 55 3D 42
Octal 260 335 162 24 0 60 15 125 75 102
Binary 10110000 11011101 1110010 10100 0 110000 1101 1010101 111101 1000010

Color Harmonies of #B0DD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DD72

Black with #B0DD72

Text Example


Text Example

White with #B0DD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DD72; }

 p { color: rgb(176,221,114); }

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

background-color css

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

 a { background-color: rgb(176,221,114); }

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

border-color css

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

 span { border-color: rgb(176,221,114); }

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