Html Css Color HEX #B5D730 Fuego

📋 copy color: '#B5D730'

red 181 ◦ green 215 ◦ blue 48

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

Shades of Fuego #B5D730

Tints of Fuego #B5D730

RGB

 RED value IS 181 (71.09% from 255) = 40.77%

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

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

R = 40.77%
G = 48.42%
B = 10.81%

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

#B5D730 (or 0xB5D730) is known color: Fuego. HEX triplet: B5, D7 and 30. RGB value is (181,215,48). Sum of RGB (Red+Green+Blue) = 181+215+48=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D730 is #4A28CF. Grayscale: #BABABA. Windows color (decimal): -4860112 or 3200949. OLE color: 3200949.

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

Color convert

RGB 181 215 48 -
CMYK 0.16 0 0.78 0.16
HSL 72.22º 0.68% 0.52% -
HSV(B) 72.22º 0.78% 0.84% -
XYZ 43.89 58.64 11.8 -
YUV 185.8 50.24 124.58 -
System Red Green Blue C M Y K H S L
Decimal 181 215 48 0.16 0 0.78 0.16 72.22 0.68 0.52
Hex B5 D7 30 10 0 4E 10 48 44 34
Octal 265 327 60 20 0 116 20 110 104 64
Binary 10110101 11010111 110000 10000 0 1001110 10000 1001000 1000100 110100

Color Harmonies of #B5D730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D730

Black with #B5D730

Text Example


Text Example

White with #B5D730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D730; }

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

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

background-color css

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

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

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

border-color css

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

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

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