Html Css Color HEX #B2D528 Fuego

📋 copy color: '#B2D528'

red 178 ◦ green 213 ◦ blue 40

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

Shades of Fuego #B2D528

Tints of Fuego #B2D528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.28%

R = 41.3%
G = 49.42%
B = 9.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#B2D528 (or 0xB2D528) is known color: Fuego. HEX triplet: B2, D5 and 28. RGB value is (178,213,40). Sum of RGB (Red+Green+Blue) = 178+213+40=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D528 is #4D2AD7. Grayscale: #B7B7B7. Windows color (decimal): -5057240 or 2676146. OLE color: 2676146.

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

Color convert

RGB 178 213 40 -
CMYK 0.16 0 0.81 0.16
HSL 72.14º 0.68% 0.5% -
HSV(B) 72.14º 0.81% 0.84% -
XYZ 42.54 57.21 10.81 -
YUV 182.81 47.4 124.57 -
System Red Green Blue C M Y K H S L
Decimal 178 213 40 0.16 0 0.81 0.16 72.14 0.68 0.5
Hex B2 D5 28 10 0 51 10 48 44 32
Octal 262 325 50 20 0 121 20 110 104 62
Binary 10110010 11010101 101000 10000 0 1010001 10000 1001000 1000100 110010

Color Harmonies of #B2D528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D528

Black with #B2D528

Text Example


Text Example

White with #B2D528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D528; }

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

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

background-color css

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

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

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

border-color css

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

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

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