Html Css Color HEX #B2D628 Fuego

📋 copy color: '#B2D628'

red 178 ◦ green 214 ◦ blue 40

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

Shades of Fuego #B2D628

Tints of Fuego #B2D628

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.54%

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

R = 41.2%
G = 49.54%
B = 9.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#B2D628 (or 0xB2D628) is known color: Fuego. HEX triplet: B2, D6 and 28. RGB value is (178,214,40). Sum of RGB (Red+Green+Blue) = 178+214+40=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D628 is #4D29D7. Grayscale: #B8B8B8. Windows color (decimal): -5056984 or 2676402. OLE color: 2676402.

HSL color Cylindrical-coordinate representation of color #B2D628: hue angle of 72.41º degrees, saturation: 0.69, 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 #B2D628 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 214 40 -
CMYK 0.17 0 0.81 0.16
HSL 72.41º 0.69% 0.5% -
HSV(B) 72.41º 0.81% 0.84% -
XYZ 42.79 57.71 10.89 -
YUV 183.4 47.07 124.15 -
System Red Green Blue C M Y K H S L
Decimal 178 214 40 0.17 0 0.81 0.16 72.41 0.69 0.5
Hex B2 D6 28 11 0 51 10 48 45 32
Octal 262 326 50 21 0 121 20 110 105 62
Binary 10110010 11010110 101000 10001 0 1010001 10000 1001000 1000101 110010

Color Harmonies of #B2D628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D628

Black with #B2D628

Text Example


Text Example

White with #B2D628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D628; }

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

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

background-color css

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

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

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

border-color css

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

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

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