Html Css Color HEX #BFD428 Fuego

📋 copy color: '#BFD428'

red 191 ◦ green 212 ◦ blue 40

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

Shades of Fuego #BFD428

Tints of Fuego #BFD428

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.86%

 BLUE value IS 40 (16.02% from 255) = 9.03%

R = 43.12%
G = 47.86%
B = 9.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#BFD428 (or 0xBFD428) is known color: Fuego. HEX triplet: BF, D4 and 28. RGB value is (191,212,40). Sum of RGB (Red+Green+Blue) = 191+212+40=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD428 is #402BD7. Grayscale: #BABABA. Windows color (decimal): -4205528 or 2675903. OLE color: 2675903.

HSL color Cylindrical-coordinate representation of color #BFD428: hue angle of 67.33º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFD428 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 212 40 -
CMYK 0.10 0 0.81 0.17
HSL 67.33º 0.68% 0.49% -
HSV(B) 67.33º 0.81% 0.83% -
XYZ 45.41 58.32 10.87 -
YUV 186.11 45.54 131.49 -
System Red Green Blue C M Y K H S L
Decimal 191 212 40 0.10 0 0.81 0.17 67.33 0.68 0.49
Hex BF D4 28 A 0 51 11 43 44 31
Octal 277 324 50 12 0 121 21 103 104 61
Binary 10111111 11010100 101000 1010 0 1010001 10001 1000011 1000100 110001

Color Harmonies of #BFD428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD428

Black with #BFD428

Text Example


Text Example

White with #BFD428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD428; }

 p { color: rgb(191,212,40); }

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

background-color css

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

 a { background-color: rgb(191,212,40); }

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

border-color css

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

 span { border-color: rgb(191,212,40); }

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