Html Css Color HEX #BFD51D Fuego

📋 copy color: '#BFD51D'

red 191 ◦ green 213 ◦ blue 29

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

Shades of Fuego #BFD51D

Tints of Fuego #BFD51D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.19%

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

R = 44.11%
G = 49.19%
B = 6.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#BFD51D (or 0xBFD51D) is known color: Fuego. HEX triplet: BF, D5 and 1D. RGB value is (191,213,29). Sum of RGB (Red+Green+Blue) = 191+213+29=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD51D is #402AE2. Grayscale: #BABABA. Windows color (decimal): -4205283 or 1955263. OLE color: 1955263.

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

Color convert

RGB 191 213 29 -
CMYK 0.10 0 0.86 0.16
HSL 67.17º 0.76% 0.47% -
HSV(B) 67.17º 0.86% 0.84% -
XYZ 45.5 58.75 10.1 -
YUV 185.45 39.71 131.96 -
System Red Green Blue C M Y K H S L
Decimal 191 213 29 0.10 0 0.86 0.16 67.17 0.76 0.47
Hex BF D5 1D A 0 56 10 43 4C 2F
Octal 277 325 35 12 0 126 20 103 114 57
Binary 10111111 11010101 11101 1010 0 1010110 10000 1000011 1001100 101111

Color Harmonies of #BFD51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD51D

Black with #BFD51D

Text Example


Text Example

White with #BFD51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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