Html Css Color HEX #BEDD28 Fuego

📋 copy color: '#BEDD28'

red 190 ◦ green 221 ◦ blue 40

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

Shades of Fuego #BEDD28

Tints of Fuego #BEDD28

RGB

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

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

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

R = 42.13%
G = 49%
B = 8.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#BEDD28 (or 0xBEDD28) is known color: Fuego. HEX triplet: BE, DD and 28. RGB value is (190,221,40). Sum of RGB (Red+Green+Blue) = 190+221+40=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD28 is #4122D7. Grayscale: #BFBFBF. Windows color (decimal): -4268760 or 2678206. OLE color: 2678206.

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

Color convert

RGB 190 221 40 -
CMYK 0.14 0 0.82 0.13
HSL 70.28º 0.73% 0.51% -
HSV(B) 70.28º 0.82% 0.87% -
XYZ 47.47 62.81 11.63 -
YUV 191.1 42.73 127.22 -
System Red Green Blue C M Y K H S L
Decimal 190 221 40 0.14 0 0.82 0.13 70.28 0.73 0.51
Hex BE DD 28 E 0 52 D 46 49 33
Octal 276 335 50 16 0 122 15 106 111 63
Binary 10111110 11011101 101000 1110 0 1010010 1101 1000110 1001001 110011

Color Harmonies of #BEDD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD28

Black with #BEDD28

Text Example


Text Example

White with #BEDD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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