Html Css Color HEX #B2D82F Fuego

📋 copy color: '#B2D82F'

red 178 ◦ green 216 ◦ blue 47

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

Shades of Fuego #B2D82F

Tints of Fuego #B2D82F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.98%

 BLUE value IS 47 (18.75% from 255) = 10.66%

R = 40.36%
G = 48.98%
B = 10.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#B2D82F (or 0xB2D82F) is known color: Fuego. HEX triplet: B2, D8 and 2F. RGB value is (178,216,47). Sum of RGB (Red+Green+Blue) = 178+216+47=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D82F is #4D27D0. Grayscale: #BABABA. Windows color (decimal): -5056465 or 3135666. OLE color: 3135666.

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

Color convert

RGB 178 216 47 -
CMYK 0.18 0 0.78 0.15
HSL 73.49º 0.68% 0.52% -
HSV(B) 73.49º 0.78% 0.85% -
XYZ 43.43 58.78 11.75 -
YUV 185.37 49.91 122.74 -
System Red Green Blue C M Y K H S L
Decimal 178 216 47 0.18 0 0.78 0.15 73.49 0.68 0.52
Hex B2 D8 2F 12 0 4E F 49 44 34
Octal 262 330 57 22 0 116 17 111 104 64
Binary 10110010 11011000 101111 10010 0 1001110 1111 1001001 1000100 110100

Color Harmonies of #B2D82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D82F

Black with #B2D82F

Text Example


Text Example

White with #B2D82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D82F; }

 p { color: rgb(178,216,47); }

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

background-color css

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

 a { background-color: rgb(178,216,47); }

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

border-color css

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

 span { border-color: rgb(178,216,47); }

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