Html Css Color HEX #B5DA30 Fuego

📋 copy color: '#B5DA30'

red 181 ◦ green 218 ◦ blue 48

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

Shades of Fuego #B5DA30

Tints of Fuego #B5DA30

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.77%

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

R = 40.49%
G = 48.77%
B = 10.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#B5DA30 (or 0xB5DA30) is known color: Fuego. HEX triplet: B5, DA and 30. RGB value is (181,218,48). Sum of RGB (Red+Green+Blue) = 181+218+48=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DA30 is #4A25CF. Grayscale: #BCBCBC. Windows color (decimal): -4859344 or 3201717. OLE color: 3201717.

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

Color convert

RGB 181 218 48 -
CMYK 0.17 0 0.78 0.15
HSL 73.06º 0.7% 0.52% -
HSV(B) 73.06º 0.78% 0.85% -
XYZ 44.66 60.18 12.06 -
YUV 187.56 49.24 123.32 -
System Red Green Blue C M Y K H S L
Decimal 181 218 48 0.17 0 0.78 0.15 73.06 0.7 0.52
Hex B5 DA 30 11 0 4E F 49 46 34
Octal 265 332 60 21 0 116 17 111 106 64
Binary 10110101 11011010 110000 10001 0 1001110 1111 1001001 1000110 110100

Color Harmonies of #B5DA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DA30

Black with #B5DA30

Text Example


Text Example

White with #B5DA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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