Html Css Color HEX #BEDF25 Fuego

📋 copy color: '#BEDF25'

red 190 ◦ green 223 ◦ blue 37

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

Shades of Fuego #BEDF25

Tints of Fuego #BEDF25

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.56%

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

R = 42.22%
G = 49.56%
B = 8.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#BEDF25 (or 0xBEDF25) is known color: Fuego. HEX triplet: BE, DF and 25. RGB value is (190,223,37). Sum of RGB (Red+Green+Blue) = 190+223+37=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDF25 is #4120DA. Grayscale: #C0C0C0. Windows color (decimal): -4268251 or 2482110. OLE color: 2482110.

HSL color Cylindrical-coordinate representation of color #BEDF25: hue angle of 70.65º degrees, saturation: 0.74, 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 #BEDF25 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 37 -
CMYK 0.15 0 0.83 0.13
HSL 70.65º 0.74% 0.51% -
HSV(B) 70.65º 0.83% 0.87% -
XYZ 47.96 63.86 11.55 -
YUV 191.93 40.57 126.62 -
System Red Green Blue C M Y K H S L
Decimal 190 223 37 0.15 0 0.83 0.13 70.65 0.74 0.51
Hex BE DF 25 F 0 53 D 47 4A 33
Octal 276 337 45 17 0 123 15 107 112 63
Binary 10111110 11011111 100101 1111 0 1010011 1101 1000111 1001010 110011

Color Harmonies of #BEDF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDF25

Black with #BEDF25

Text Example


Text Example

White with #BEDF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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