Html Css Color HEX #BFD530 Fuego

📋 copy color: '#BFD530'

red 191 ◦ green 213 ◦ blue 48

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

Shades of Fuego #BFD530

Tints of Fuego #BFD530

RGB

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

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

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

R = 42.26%
G = 47.12%
B = 10.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#BFD530 (or 0xBFD530) is known color: Fuego. HEX triplet: BF, D5 and 30. RGB value is (191,213,48). Sum of RGB (Red+Green+Blue) = 191+213+48=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD530 is #402ACF. Grayscale: #BCBCBC. Windows color (decimal): -4205264 or 3200447. OLE color: 3200447.

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

Color convert

RGB 191 213 48 -
CMYK 0.10 0 0.77 0.16
HSL 68º 0.66% 0.51% -
HSV(B) 68º 0.77% 0.84% -
XYZ 45.81 58.88 11.75 -
YUV 187.61 49.21 130.42 -
System Red Green Blue C M Y K H S L
Decimal 191 213 48 0.10 0 0.77 0.16 68 0.66 0.51
Hex BF D5 30 A 0 4D 10 44 42 33
Octal 277 325 60 12 0 115 20 104 102 63
Binary 10111111 11010101 110000 1010 0 1001101 10000 1000100 1000010 110011

Color Harmonies of #BFD530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD530

Black with #BFD530

Text Example


Text Example

White with #BFD530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD530; }

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

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

background-color css

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

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

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

border-color css

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

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

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