Html Css Color HEX #B2D52C Fuego

📋 copy color: '#B2D52C'

red 178 ◦ green 213 ◦ blue 44

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

Shades of Fuego #B2D52C

Tints of Fuego #B2D52C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.97%

 BLUE value IS 44 (17.58% from 255) = 10.11%

R = 40.92%
G = 48.97%
B = 10.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#B2D52C (or 0xB2D52C) is known color: Fuego. HEX triplet: B2, D5 and 2C. RGB value is (178,213,44). Sum of RGB (Red+Green+Blue) = 178+213+44=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D52C is #4D2AD3. Grayscale: #B7B7B7. Windows color (decimal): -5057236 or 2938290. OLE color: 2938290.

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

Color convert

RGB 178 213 44 -
CMYK 0.16 0 0.79 0.16
HSL 72.43º 0.67% 0.5% -
HSV(B) 72.43º 0.79% 0.84% -
XYZ 42.61 57.24 11.18 -
YUV 183.27 49.4 124.24 -
System Red Green Blue C M Y K H S L
Decimal 178 213 44 0.16 0 0.79 0.16 72.43 0.67 0.5
Hex B2 D5 2C 10 0 4F 10 48 43 32
Octal 262 325 54 20 0 117 20 110 103 62
Binary 10110010 11010101 101100 10000 0 1001111 10000 1001000 1000011 110010

Color Harmonies of #B2D52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D52C

Black with #B2D52C

Text Example


Text Example

White with #B2D52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D52C; }

 p { color: rgb(178,213,44); }

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

background-color css

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

 a { background-color: rgb(178,213,44); }

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

border-color css

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

 span { border-color: rgb(178,213,44); }

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