Html Css Color HEX #B2DA37 Fuego

📋 copy color: '#B2DA37'

red 178 ◦ green 218 ◦ blue 55

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

Shades of Fuego #B2DA37

Tints of Fuego #B2DA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.2%

R = 39.47%
G = 48.34%
B = 12.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#B2DA37 (or 0xB2DA37) is known color: Fuego. HEX triplet: B2, DA and 37. RGB value is (178,218,55). Sum of RGB (Red+Green+Blue) = 178+218+55=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DA37 is #4D25C8. Grayscale: #BCBCBC. Windows color (decimal): -5055945 or 3660466. OLE color: 3660466.

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

Color convert

RGB 178 218 55 -
CMYK 0.18 0 0.75 0.15
HSL 74.72º 0.69% 0.54% -
HSV(B) 74.72º 0.75% 0.85% -
XYZ 44.12 59.88 12.85 -
YUV 187.46 53.25 121.25 -
System Red Green Blue C M Y K H S L
Decimal 178 218 55 0.18 0 0.75 0.15 74.72 0.69 0.54
Hex B2 DA 37 12 0 4B F 4B 45 36
Octal 262 332 67 22 0 113 17 113 105 66
Binary 10110010 11011010 110111 10010 0 1001011 1111 1001011 1000101 110110

Color Harmonies of #B2DA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA37

Black with #B2DA37

Text Example


Text Example

White with #B2DA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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