Html Css Color HEX #B2D52D Fuego

📋 copy color: '#B2D52D'

red 178 ◦ green 213 ◦ blue 45

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

Shades of Fuego #B2D52D

Tints of Fuego #B2D52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.32%

R = 40.83%
G = 48.85%
B = 10.32%

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

#B2D52D (or 0xB2D52D) is known color: Fuego. HEX triplet: B2, D5 and 2D. RGB value is (178,213,45). Sum of RGB (Red+Green+Blue) = 178+213+45=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D52D is #4D2AD2. Grayscale: #B8B8B8. Windows color (decimal): -5057235 or 3003826. OLE color: 3003826.

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

Color convert

RGB 178 213 45 -
CMYK 0.16 0 0.79 0.16
HSL 72.5º 0.67% 0.51% -
HSV(B) 72.5º 0.79% 0.84% -
XYZ 42.63 57.24 11.28 -
YUV 183.38 49.9 124.16 -
System Red Green Blue C M Y K H S L
Decimal 178 213 45 0.16 0 0.79 0.16 72.5 0.67 0.51
Hex B2 D5 2D 10 0 4F 10 48 43 33
Octal 262 325 55 20 0 117 20 110 103 63
Binary 10110010 11010101 101101 10000 0 1001111 10000 1001000 1000011 110011

Color Harmonies of #B2D52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D52D

Black with #B2D52D

Text Example


Text Example

White with #B2D52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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