Html Css Color HEX #B0DF83 Feijoa

📋 copy color: '#B0DF83'

red 176 ◦ green 223 ◦ blue 131

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

Shades of Feijoa #B0DF83

Tints of Feijoa #B0DF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.72%

R = 33.21%
G = 42.08%
B = 24.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#B0DF83 (or 0xB0DF83) is known color: Feijoa. HEX triplet: B0, DF and 83. RGB value is (176,223,131). Sum of RGB (Red+Green+Blue) = 176+223+131=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DF83 is #4F207C. Grayscale: #C6C6C6. Windows color (decimal): -5185661 or 8642480. OLE color: 8642480.

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

Color convert

RGB 176 223 131 -
CMYK 0.21 0 0.41 0.13
HSL 90.65º 0.59% 0.69% -
HSV(B) 90.65º 0.41% 0.87% -
XYZ 48.39 63.64 31.21 -
YUV 198.46 89.93 111.98 -
System Red Green Blue C M Y K H S L
Decimal 176 223 131 0.21 0 0.41 0.13 90.65 0.59 0.69
Hex B0 DF 83 15 0 29 D 5B 3B 45
Octal 260 337 203 25 0 51 15 133 73 105
Binary 10110000 11011111 10000011 10101 0 101001 1101 1011011 111011 1000101

Color Harmonies of #B0DF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF83

Black with #B0DF83

Text Example


Text Example

White with #B0DF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF83; }

 p { color: rgb(176,223,131); }

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

background-color css

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

 a { background-color: rgb(176,223,131); }

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

border-color css

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

 span { border-color: rgb(176,223,131); }

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