Html Css Color HEX #BFD029 Fuego

📋 copy color: '#BFD029'

red 191 ◦ green 208 ◦ blue 41

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

Shades of Fuego #BFD029

Tints of Fuego #BFD029

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.27%

 BLUE value IS 41 (16.41% from 255) = 9.32%

R = 43.41%
G = 47.27%
B = 9.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#BFD029 (or 0xBFD029) is known color: Fuego. HEX triplet: BF, D0 and 29. RGB value is (191,208,41). Sum of RGB (Red+Green+Blue) = 191+208+41=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD029 is #402FD6. Grayscale: #B8B8B8. Windows color (decimal): -4206551 or 2740415. OLE color: 2740415.

HSL color Cylindrical-coordinate representation of color #BFD029: hue angle of 66.11º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFD029 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 41 -
CMYK 0.08 0 0.80 0.18
HSL 66.11º 0.67% 0.49% -
HSV(B) 66.11º 0.8% 0.82% -
XYZ 44.44 56.35 10.63 -
YUV 183.88 47.37 133.08 -
System Red Green Blue C M Y K H S L
Decimal 191 208 41 0.08 0 0.80 0.18 66.11 0.67 0.49
Hex BF D0 29 8 0 50 12 42 43 31
Octal 277 320 51 10 0 120 22 102 103 61
Binary 10111111 11010000 101001 1000 0 1010000 10010 1000010 1000011 110001

Color Harmonies of #BFD029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD029

Black with #BFD029

Text Example


Text Example

White with #BFD029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD029; }

 p { color: rgb(191,208,41); }

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

background-color css

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

 a { background-color: rgb(191,208,41); }

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

border-color css

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

 span { border-color: rgb(191,208,41); }

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