Html Css Color HEX #B9DD28 Fuego

📋 copy color: '#B9DD28'

red 185 ◦ green 221 ◦ blue 40

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

Shades of Fuego #B9DD28

Tints of Fuego #B9DD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.97%

R = 41.48%
G = 49.55%
B = 8.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#B9DD28 (or 0xB9DD28) is known color: Fuego. HEX triplet: B9, DD and 28. RGB value is (185,221,40). Sum of RGB (Red+Green+Blue) = 185+221+40=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DD28 is #4622D7. Grayscale: #BEBEBE. Windows color (decimal): -4596440 or 2678201. OLE color: 2678201.

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

Color convert

RGB 185 221 40 -
CMYK 0.16 0 0.82 0.13
HSL 71.93º 0.73% 0.51% -
HSV(B) 71.93º 0.82% 0.87% -
XYZ 46.25 62.18 11.57 -
YUV 189.6 43.57 124.72 -
System Red Green Blue C M Y K H S L
Decimal 185 221 40 0.16 0 0.82 0.13 71.93 0.73 0.51
Hex B9 DD 28 10 0 52 D 48 49 33
Octal 271 335 50 20 0 122 15 110 111 63
Binary 10111001 11011101 101000 10000 0 1010010 1101 1001000 1001001 110011

Color Harmonies of #B9DD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD28

Black with #B9DD28

Text Example


Text Example

White with #B9DD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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