Html Css Color HEX #BFD730 Fuego

📋 copy color: '#BFD730'

red 191 ◦ green 215 ◦ blue 48

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

Shades of Fuego #BFD730

Tints of Fuego #BFD730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.57%

R = 42.07%
G = 47.36%
B = 10.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#BFD730 (or 0xBFD730) is known color: Fuego. HEX triplet: BF, D7 and 30. RGB value is (191,215,48). Sum of RGB (Red+Green+Blue) = 191+215+48=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD730 is #4028CF. Grayscale: #BDBDBD. Windows color (decimal): -4204752 or 3200959. OLE color: 3200959.

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

Color convert

RGB 191 215 48 -
CMYK 0.11 0 0.78 0.16
HSL 68.62º 0.68% 0.52% -
HSV(B) 68.62º 0.78% 0.84% -
XYZ 46.32 59.89 11.92 -
YUV 188.79 48.55 129.58 -
System Red Green Blue C M Y K H S L
Decimal 191 215 48 0.11 0 0.78 0.16 68.62 0.68 0.52
Hex BF D7 30 B 0 4E 10 45 44 34
Octal 277 327 60 13 0 116 20 105 104 64
Binary 10111111 11010111 110000 1011 0 1001110 10000 1000101 1000100 110100

Color Harmonies of #BFD730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD730

Black with #BFD730

Text Example


Text Example

White with #BFD730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD730; }

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

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

background-color css

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

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

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

border-color css

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

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

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