Html Css Color HEX #B0DD7D Feijoa

📋 copy color: '#B0DD7D'

red 176 ◦ green 221 ◦ blue 125

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

Shades of Feijoa #B0DD7D

Tints of Feijoa #B0DD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.95%

R = 33.72%
G = 42.34%
B = 23.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#B0DD7D (or 0xB0DD7D) is known color: Feijoa. HEX triplet: B0, DD and 7D. RGB value is (176,221,125). Sum of RGB (Red+Green+Blue) = 176+221+125=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD7D is #4F2282. Grayscale: #C4C4C4. Windows color (decimal): -5186179 or 8248752. OLE color: 8248752.

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

Color convert

RGB 176 221 125 -
CMYK 0.20 0 0.43 0.13
HSL 88.13º 0.59% 0.68% -
HSV(B) 88.13º 0.43% 0.87% -
XYZ 47.46 62.42 28.95 -
YUV 196.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 176 221 125 0.20 0 0.43 0.13 88.13 0.59 0.68
Hex B0 DD 7D 14 0 2B D 58 3B 44
Octal 260 335 175 24 0 53 15 130 73 104
Binary 10110000 11011101 1111101 10100 0 101011 1101 1011000 111011 1000100

Color Harmonies of #B0DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DD7D

Black with #B0DD7D

Text Example


Text Example

White with #B0DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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