Html Css Color HEX #BEDD25 Fuego

📋 copy color: '#BEDD25'

red 190 ◦ green 221 ◦ blue 37

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

Shades of Fuego #BEDD25

Tints of Fuego #BEDD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.26%

R = 42.41%
G = 49.33%
B = 8.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#BEDD25 (or 0xBEDD25) is known color: Fuego. HEX triplet: BE, DD and 25. RGB value is (190,221,37). Sum of RGB (Red+Green+Blue) = 190+221+37=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 37 (14.84% from 255 or 8.26% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD25 is #4122DA. Grayscale: #BFBFBF. Windows color (decimal): -4268763 or 2481598. OLE color: 2481598.

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

Color convert

RGB 190 221 37 -
CMYK 0.14 0 0.83 0.13
HSL 70.11º 0.73% 0.51% -
HSV(B) 70.11º 0.83% 0.87% -
XYZ 47.43 62.79 11.37 -
YUV 190.76 41.23 127.46 -
System Red Green Blue C M Y K H S L
Decimal 190 221 37 0.14 0 0.83 0.13 70.11 0.73 0.51
Hex BE DD 25 E 0 53 D 46 49 33
Octal 276 335 45 16 0 123 15 106 111 63
Binary 10111110 11011101 100101 1110 0 1010011 1101 1000110 1001001 110011

Color Harmonies of #BEDD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD25

Black with #BEDD25

Text Example


Text Example

White with #BEDD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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