Html Css Color HEX #B2DA75 Feijoa

📋 copy color: '#B2DA75'

red 178 ◦ green 218 ◦ blue 117

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

Shades of Feijoa #B2DA75

Tints of Feijoa #B2DA75

RGB

 RED value IS 178 (69.92% from 255) = 34.7%

 GREEN value IS 218 (85.55% from 255) = 42.5%

 BLUE value IS 117 (46.09% from 255) = 22.81%

R = 34.7%
G = 42.5%
B = 22.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#B2DA75 (or 0xB2DA75) is known color: Feijoa. HEX triplet: B2, DA and 75. RGB value is (178,218,117). Sum of RGB (Red+Green+Blue) = 178+218+117=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DA75 is #4D258A. Grayscale: #C2C2C2. Windows color (decimal): -5055883 or 7723698. OLE color: 7723698.

HSL color Cylindrical-coordinate representation of color #B2DA75: hue angle of 83.76º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2DA75 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 117 -
CMYK 0.18 0 0.46 0.15
HSL 83.76º 0.58% 0.66% -
HSV(B) 83.76º 0.46% 0.85% -
XYZ 46.64 60.89 26.12 -
YUV 194.53 84.25 116.21 -
System Red Green Blue C M Y K H S L
Decimal 178 218 117 0.18 0 0.46 0.15 83.76 0.58 0.66
Hex B2 DA 75 12 0 2E F 54 3A 42
Octal 262 332 165 22 0 56 17 124 72 102
Binary 10110010 11011010 1110101 10010 0 101110 1111 1010100 111010 1000010

Color Harmonies of #B2DA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA75

Black with #B2DA75

Text Example


Text Example

White with #B2DA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA75; }

 p { color: rgb(178,218,117); }

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

background-color css

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

 a { background-color: rgb(178,218,117); }

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

border-color css

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

 span { border-color: rgb(178,218,117); }

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