Html Css Color HEX #B2D730 Fuego

📋 copy color: '#B2D730'

red 178 ◦ green 215 ◦ blue 48

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

Shades of Fuego #B2D730

Tints of Fuego #B2D730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.75%

 BLUE value IS 48 (19.14% from 255) = 10.88%

R = 40.36%
G = 48.75%
B = 10.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#B2D730 (or 0xB2D730) is known color: Fuego. HEX triplet: B2, D7 and 30. RGB value is (178,215,48). Sum of RGB (Red+Green+Blue) = 178+215+48=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D730 is #4D28CF. Grayscale: #B9B9B9. Windows color (decimal): -5056720 or 3200946. OLE color: 3200946.

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

Color convert

RGB 178 215 48 -
CMYK 0.17 0 0.78 0.16
HSL 73.29º 0.68% 0.52% -
HSV(B) 73.29º 0.78% 0.84% -
XYZ 43.19 58.28 11.77 -
YUV 184.9 50.74 123.08 -
System Red Green Blue C M Y K H S L
Decimal 178 215 48 0.17 0 0.78 0.16 73.29 0.68 0.52
Hex B2 D7 30 11 0 4E 10 49 44 34
Octal 262 327 60 21 0 116 20 111 104 64
Binary 10110010 11010111 110000 10001 0 1001110 10000 1001001 1000100 110100

Color Harmonies of #B2D730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D730

Black with #B2D730

Text Example


Text Example

White with #B2D730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D730; }

 p { color: rgb(178,215,48); }

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

background-color css

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

 a { background-color: rgb(178,215,48); }

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

border-color css

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

 span { border-color: rgb(178,215,48); }

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