Html Css Color HEX #B2D62F Fuego

📋 copy color: '#B2D62F'

red 178 ◦ green 214 ◦ blue 47

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

Shades of Fuego #B2D62F

Tints of Fuego #B2D62F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.75%

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

R = 40.55%
G = 48.75%
B = 10.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#B2D62F (or 0xB2D62F) is known color: Fuego. HEX triplet: B2, D6 and 2F. RGB value is (178,214,47). Sum of RGB (Red+Green+Blue) = 178+214+47=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D62F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D62F is #4D29D0. Grayscale: #B8B8B8. Windows color (decimal): -5056977 or 3135154. OLE color: 3135154.

HSL color Cylindrical-coordinate representation of color #B2D62F: hue angle of 72.93º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2D62F is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 214 47 -
CMYK 0.17 0 0.78 0.16
HSL 72.93º 0.67% 0.51% -
HSV(B) 72.93º 0.78% 0.84% -
XYZ 42.92 57.76 11.58 -
YUV 184.2 50.57 123.58 -
System Red Green Blue C M Y K H S L
Decimal 178 214 47 0.17 0 0.78 0.16 72.93 0.67 0.51
Hex B2 D6 2F 11 0 4E 10 49 43 33
Octal 262 326 57 21 0 116 20 111 103 63
Binary 10110010 11010110 101111 10001 0 1001110 10000 1001001 1000011 110011

Color Harmonies of #B2D62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D62F

Black with #B2D62F

Text Example


Text Example

White with #B2D62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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