Html Css Color HEX #B2DB75 Feijoa

📋 copy color: '#B2DB75'

red 178 ◦ green 219 ◦ blue 117

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

Shades of Feijoa #B2DB75

Tints of Feijoa #B2DB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.61%

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

R = 34.63%
G = 42.61%
B = 22.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#B2DB75 (or 0xB2DB75) is known color: Feijoa. HEX triplet: B2, DB and 75. RGB value is (178,219,117). Sum of RGB (Red+Green+Blue) = 178+219+117=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB75 is #4D248A. Grayscale: #C3C3C3. Windows color (decimal): -5055627 or 7723954. OLE color: 7723954.

HSL color Cylindrical-coordinate representation of color #B2DB75: hue angle of 84.12º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2DB75 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 219 117 -
CMYK 0.19 0 0.47 0.14
HSL 84.12º 0.59% 0.66% -
HSV(B) 84.12º 0.47% 0.86% -
XYZ 46.9 61.41 26.21 -
YUV 195.11 83.92 115.79 -
System Red Green Blue C M Y K H S L
Decimal 178 219 117 0.19 0 0.47 0.14 84.12 0.59 0.66
Hex B2 DB 75 13 0 2F E 54 3B 42
Octal 262 333 165 23 0 57 16 124 73 102
Binary 10110010 11011011 1110101 10011 0 101111 1110 1010100 111011 1000010

Color Harmonies of #B2DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB75

Black with #B2DB75

Text Example


Text Example

White with #B2DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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