Html Css Color HEX #BEDB30 Fuego

📋 copy color: '#BEDB30'

red 190 ◦ green 219 ◦ blue 48

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

Shades of Fuego #BEDB30

Tints of Fuego #BEDB30

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.92%

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

R = 41.58%
G = 47.92%
B = 10.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#BEDB30 (or 0xBEDB30) is known color: Fuego. HEX triplet: BE, DB and 30. RGB value is (190,219,48). Sum of RGB (Red+Green+Blue) = 190+219+48=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDB30 is #4124CF. Grayscale: #BFBFBF. Windows color (decimal): -4269264 or 3201982. OLE color: 3201982.

HSL color Cylindrical-coordinate representation of color #BEDB30: hue angle of 70.18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEDB30 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 219 48 -
CMYK 0.13 0 0.78 0.14
HSL 70.18º 0.7% 0.52% -
HSV(B) 70.18º 0.78% 0.86% -
XYZ 47.1 61.82 12.25 -
YUV 190.84 47.39 127.4 -
System Red Green Blue C M Y K H S L
Decimal 190 219 48 0.13 0 0.78 0.14 70.18 0.7 0.52
Hex BE DB 30 D 0 4E E 46 46 34
Octal 276 333 60 15 0 116 16 106 106 64
Binary 10111110 11011011 110000 1101 0 1001110 1110 1000110 1000110 110100

Color Harmonies of #BEDB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB30

Black with #BEDB30

Text Example


Text Example

White with #BEDB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB30; }

 p { color: rgb(190,219,48); }

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

background-color css

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

 a { background-color: rgb(190,219,48); }

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

border-color css

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

 span { border-color: rgb(190,219,48); }

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