Html Css Color HEX #BFD421 Fuego

📋 copy color: '#BFD421'

red 191 ◦ green 212 ◦ blue 33

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

Shades of Fuego #BFD421

Tints of Fuego #BFD421

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.62%

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

R = 43.81%
G = 48.62%
B = 7.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#BFD421 (or 0xBFD421) is known color: Fuego. HEX triplet: BF, D4 and 21. RGB value is (191,212,33). Sum of RGB (Red+Green+Blue) = 191+212+33=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD421 is #402BDE. Grayscale: #BABABA. Windows color (decimal): -4205535 or 2217151. OLE color: 2217151.

HSL color Cylindrical-coordinate representation of color #BFD421: hue angle of 67.04º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFD421 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 212 33 -
CMYK 0.10 0 0.84 0.17
HSL 67.04º 0.73% 0.48% -
HSV(B) 67.04º 0.84% 0.83% -
XYZ 45.3 58.27 10.3 -
YUV 185.32 42.04 132.05 -
System Red Green Blue C M Y K H S L
Decimal 191 212 33 0.10 0 0.84 0.17 67.04 0.73 0.48
Hex BF D4 21 A 0 54 11 43 49 30
Octal 277 324 41 12 0 124 21 103 111 60
Binary 10111111 11010100 100001 1010 0 1010100 10001 1000011 1001001 110000

Color Harmonies of #BFD421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD421

Black with #BFD421

Text Example


Text Example

White with #BFD421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD421; }

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

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

background-color css

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

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

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

border-color css

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

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

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