Html Css Color HEX #B4D730 Fuego

📋 copy color: '#B4D730'

red 180 ◦ green 215 ◦ blue 48

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

Shades of Fuego #B4D730

Tints of Fuego #B4D730

RGB

 RED value IS 180 (70.7% from 255) = 40.63%

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

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

R = 40.63%
G = 48.53%
B = 10.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#B4D730 (or 0xB4D730) is known color: Fuego. HEX triplet: B4, D7 and 30. RGB value is (180,215,48). Sum of RGB (Red+Green+Blue) = 180+215+48=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D730 is #4B28CF. Grayscale: #BABABA. Windows color (decimal): -4925648 or 3200948. OLE color: 3200948.

HSL color Cylindrical-coordinate representation of color #B4D730: hue angle of 72.57º 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 #B4D730 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 215 48 -
CMYK 0.16 0 0.78 0.16
HSL 72.57º 0.68% 0.52% -
HSV(B) 72.57º 0.78% 0.84% -
XYZ 43.66 58.52 11.79 -
YUV 185.5 50.4 124.08 -
System Red Green Blue C M Y K H S L
Decimal 180 215 48 0.16 0 0.78 0.16 72.57 0.68 0.52
Hex B4 D7 30 10 0 4E 10 49 44 34
Octal 264 327 60 20 0 116 20 111 104 64
Binary 10110100 11010111 110000 10000 0 1001110 10000 1001001 1000100 110100

Color Harmonies of #B4D730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D730

Black with #B4D730

Text Example


Text Example

White with #B4D730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D730; }

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

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

background-color css

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

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

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

border-color css

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

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

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