Html Css Color HEX #BFD121 Fuego

📋 copy color: '#BFD121'

red 191 ◦ green 209 ◦ blue 33

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

Shades of Fuego #BFD121

Tints of Fuego #BFD121

RGB

 RED value IS 191 (75% from 255) = 44.11%

 GREEN value IS 209 (82.03% from 255) = 48.27%

 BLUE value IS 33 (13.28% from 255) = 7.62%

R = 44.11%
G = 48.27%
B = 7.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#BFD121 (or 0xBFD121) is known color: Fuego. HEX triplet: BF, D1 and 21. RGB value is (191,209,33). Sum of RGB (Red+Green+Blue) = 191+209+33=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD121 is #402EDE. Grayscale: #B8B8B8. Windows color (decimal): -4206303 or 2216383. OLE color: 2216383.

HSL color Cylindrical-coordinate representation of color #BFD121: hue angle of 66.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFD121 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 33 -
CMYK 0.09 0 0.84 0.18
HSL 66.14º 0.73% 0.47% -
HSV(B) 66.14º 0.84% 0.82% -
XYZ 44.56 56.79 10.05 -
YUV 183.55 43.04 133.31 -
System Red Green Blue C M Y K H S L
Decimal 191 209 33 0.09 0 0.84 0.18 66.14 0.73 0.47
Hex BF D1 21 9 0 54 12 42 49 2F
Octal 277 321 41 11 0 124 22 102 111 57
Binary 10111111 11010001 100001 1001 0 1010100 10010 1000010 1001001 101111

Color Harmonies of #BFD121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD121

Black with #BFD121

Text Example


Text Example

White with #BFD121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD121; }

 p { color: rgb(191,209,33); }

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

background-color css

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

 a { background-color: rgb(191,209,33); }

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

border-color css

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

 span { border-color: rgb(191,209,33); }

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