Html Css Color HEX #B2DA74 Feijoa

📋 copy color: '#B2DA74'

red 178 ◦ green 218 ◦ blue 116

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

Shades of Feijoa #B2DA74

Tints of Feijoa #B2DA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.66%

R = 34.77%
G = 42.58%
B = 22.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#B2DA74 (or 0xB2DA74) is known color: Feijoa. HEX triplet: B2, DA and 74. RGB value is (178,218,116). Sum of RGB (Red+Green+Blue) = 178+218+116=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DA74 is #4D258B. Grayscale: #C2C2C2. Windows color (decimal): -5055884 or 7658162. OLE color: 7658162.

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

Color convert

RGB 178 218 116 -
CMYK 0.18 0 0.47 0.15
HSL 83.53º 0.58% 0.65% -
HSV(B) 83.53º 0.47% 0.85% -
XYZ 46.58 60.87 25.82 -
YUV 194.41 83.75 116.29 -
System Red Green Blue C M Y K H S L
Decimal 178 218 116 0.18 0 0.47 0.15 83.53 0.58 0.65
Hex B2 DA 74 12 0 2F F 54 3A 41
Octal 262 332 164 22 0 57 17 124 72 101
Binary 10110010 11011010 1110100 10010 0 101111 1111 1010100 111010 1000001

Color Harmonies of #B2DA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA74

Black with #B2DA74

Text Example


Text Example

White with #B2DA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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