Html Css Color HEX #BED428 Fuego

📋 copy color: '#BED428'

red 190 ◦ green 212 ◦ blue 40

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

Shades of Fuego #BED428

Tints of Fuego #BED428

RGB

 RED value IS 190 (74.61% from 255) = 42.99%

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

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

R = 42.99%
G = 47.96%
B = 9.05%

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

#BED428 (or 0xBED428) is known color: Fuego. HEX triplet: BE, D4 and 28. RGB value is (190,212,40). Sum of RGB (Red+Green+Blue) = 190+212+40=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #BED428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED428 is #412BD7. Grayscale: #BABABA. Windows color (decimal): -4271064 or 2675902. OLE color: 2675902.

HSL color Cylindrical-coordinate representation of color #BED428: hue angle of 67.67º 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 #BED428 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 212 40 -
CMYK 0.10 0 0.81 0.17
HSL 67.67º 0.68% 0.49% -
HSV(B) 67.67º 0.81% 0.83% -
XYZ 45.16 58.19 10.86 -
YUV 185.81 45.71 130.99 -
System Red Green Blue C M Y K H S L
Decimal 190 212 40 0.10 0 0.81 0.17 67.67 0.68 0.49
Hex BE D4 28 A 0 51 11 44 44 31
Octal 276 324 50 12 0 121 21 104 104 61
Binary 10111110 11010100 101000 1010 0 1010001 10001 1000100 1000100 110001

Color Harmonies of #BED428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED428

Black with #BED428

Text Example


Text Example

White with #BED428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED428; }

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

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

background-color css

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

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

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

border-color css

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

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

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