Html Css Color HEX #BFD71D Fuego

📋 copy color: '#BFD71D'

red 191 ◦ green 215 ◦ blue 29

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

Shades of Fuego #BFD71D

Tints of Fuego #BFD71D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.43%

 BLUE value IS 29 (11.72% from 255) = 6.67%

R = 43.91%
G = 49.43%
B = 6.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#BFD71D (or 0xBFD71D) is known color: Fuego. HEX triplet: BF, D7 and 1D. RGB value is (191,215,29). Sum of RGB (Red+Green+Blue) = 191+215+29=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD71D is #4028E2. Grayscale: #BBBBBB. Windows color (decimal): -4204771 or 1955775. OLE color: 1955775.

HSL color Cylindrical-coordinate representation of color #BFD71D: hue angle of 67.74º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFD71D is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 215 29 -
CMYK 0.11 0 0.87 0.16
HSL 67.74º 0.76% 0.48% -
HSV(B) 67.74º 0.87% 0.84% -
XYZ 46.01 59.77 10.27 -
YUV 186.62 39.05 131.12 -
System Red Green Blue C M Y K H S L
Decimal 191 215 29 0.11 0 0.87 0.16 67.74 0.76 0.48
Hex BF D7 1D B 0 57 10 44 4C 30
Octal 277 327 35 13 0 127 20 104 114 60
Binary 10111111 11010111 11101 1011 0 1010111 10000 1000100 1001100 110000

Color Harmonies of #BFD71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD71D

Black with #BFD71D

Text Example


Text Example

White with #BFD71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD71D; }

 p { color: rgb(191,215,29); }

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

background-color css

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

 a { background-color: rgb(191,215,29); }

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

border-color css

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

 span { border-color: rgb(191,215,29); }

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