Html Css Color HEX #B9DD30 Fuego

📋 copy color: '#B9DD30'

red 185 ◦ green 221 ◦ blue 48

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

Shades of Fuego #B9DD30

Tints of Fuego #B9DD30

RGB

 RED value IS 185 (72.66% from 255) = 40.75%

 GREEN value IS 221 (86.72% from 255) = 48.68%

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

R = 40.75%
G = 48.68%
B = 10.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#B9DD30 (or 0xB9DD30) is known color: Fuego. HEX triplet: B9, DD and 30. RGB value is (185,221,48). Sum of RGB (Red+Green+Blue) = 185+221+48=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DD30 is #4622CF. Grayscale: #BFBFBF. Windows color (decimal): -4596432 or 3202489. OLE color: 3202489.

HSL color Cylindrical-coordinate representation of color #B9DD30: hue angle of 72.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9DD30 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 48 -
CMYK 0.16 0 0.78 0.13
HSL 72.49º 0.72% 0.53% -
HSV(B) 72.49º 0.78% 0.87% -
XYZ 46.4 62.24 12.36 -
YUV 190.51 47.57 124.07 -
System Red Green Blue C M Y K H S L
Decimal 185 221 48 0.16 0 0.78 0.13 72.49 0.72 0.53
Hex B9 DD 30 10 0 4E D 48 48 35
Octal 271 335 60 20 0 116 15 110 110 65
Binary 10111001 11011101 110000 10000 0 1001110 1101 1001000 1001000 110101

Color Harmonies of #B9DD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD30

Black with #B9DD30

Text Example


Text Example

White with #B9DD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD30; }

 p { color: rgb(185,221,48); }

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

background-color css

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

 a { background-color: rgb(185,221,48); }

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

border-color css

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

 span { border-color: rgb(185,221,48); }

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