Html Css Color HEX #B2D42E Fuego

📋 copy color: '#B2D42E'

red 178 ◦ green 212 ◦ blue 46

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

Shades of Fuego #B2D42E

Tints of Fuego #B2D42E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.62%

 BLUE value IS 46 (18.36% from 255) = 10.55%

R = 40.83%
G = 48.62%
B = 10.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#B2D42E (or 0xB2D42E) is known color: Fuego. HEX triplet: B2, D4 and 2E. RGB value is (178,212,46). Sum of RGB (Red+Green+Blue) = 178+212+46=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D42E is #4D2BD1. Grayscale: #B7B7B7. Windows color (decimal): -5057490 or 3069106. OLE color: 3069106.

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

Color convert

RGB 178 212 46 -
CMYK 0.16 0 0.78 0.17
HSL 72.29º 0.66% 0.51% -
HSV(B) 72.29º 0.78% 0.83% -
XYZ 42.4 56.75 11.3 -
YUV 182.91 50.74 124.5 -
System Red Green Blue C M Y K H S L
Decimal 178 212 46 0.16 0 0.78 0.17 72.29 0.66 0.51
Hex B2 D4 2E 10 0 4E 11 48 42 33
Octal 262 324 56 20 0 116 21 110 102 63
Binary 10110010 11010100 101110 10000 0 1001110 10001 1001000 1000010 110011

Color Harmonies of #B2D42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D42E

Black with #B2D42E

Text Example


Text Example

White with #B2D42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D42E; }

 p { color: rgb(178,212,46); }

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

background-color css

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

 a { background-color: rgb(178,212,46); }

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

border-color css

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

 span { border-color: rgb(178,212,46); }

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