Html Css Color HEX #BEDD30 Fuego

📋 copy color: '#BEDD30'

red 190 ◦ green 221 ◦ blue 48

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

Shades of Fuego #BEDD30

Tints of Fuego #BEDD30

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.15%

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

R = 41.39%
G = 48.15%
B = 10.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#BEDD30 (or 0xBEDD30) is known color: Fuego. HEX triplet: BE, DD and 30. RGB value is (190,221,48). Sum of RGB (Red+Green+Blue) = 190+221+48=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD30 is #4122CF. Grayscale: #C0C0C0. Windows color (decimal): -4268752 or 3202494. OLE color: 3202494.

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

Color convert

RGB 190 221 48 -
CMYK 0.14 0 0.78 0.13
HSL 70.75º 0.72% 0.53% -
HSV(B) 70.75º 0.78% 0.87% -
XYZ 47.63 62.87 12.42 -
YUV 192.01 46.73 126.57 -
System Red Green Blue C M Y K H S L
Decimal 190 221 48 0.14 0 0.78 0.13 70.75 0.72 0.53
Hex BE DD 30 E 0 4E D 47 48 35
Octal 276 335 60 16 0 116 15 107 110 65
Binary 10111110 11011101 110000 1110 0 1001110 1101 1000111 1001000 110101

Color Harmonies of #BEDD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD30

Black with #BEDD30

Text Example


Text Example

White with #BEDD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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