Html Css Color HEX #BEDF2B Fuego

📋 copy color: '#BEDF2B'

red 190 ◦ green 223 ◦ blue 43

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

Shades of Fuego #BEDF2B

Tints of Fuego #BEDF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.43%

R = 41.67%
G = 48.9%
B = 9.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#BEDF2B (or 0xBEDF2B) is known color: Fuego. HEX triplet: BE, DF and 2B. RGB value is (190,223,43). Sum of RGB (Red+Green+Blue) = 190+223+43=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 43 (17.19% from 255 or 9.43% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDF2B is #4120D4. Grayscale: #C1C1C1. Windows color (decimal): -4268245 or 2875326. OLE color: 2875326.

HSL color Cylindrical-coordinate representation of color #BEDF2B: hue angle of 71º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEDF2B is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 43 -
CMYK 0.15 0 0.81 0.13
HSL 71º 0.74% 0.52% -
HSV(B) 71º 0.81% 0.87% -
XYZ 48.06 63.9 12.09 -
YUV 192.61 43.57 126.14 -
System Red Green Blue C M Y K H S L
Decimal 190 223 43 0.15 0 0.81 0.13 71 0.74 0.52
Hex BE DF 2B F 0 51 D 47 4A 34
Octal 276 337 53 17 0 121 15 107 112 64
Binary 10111110 11011111 101011 1111 0 1010001 1101 1000111 1001010 110100

Color Harmonies of #BEDF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDF2B

Black with #BEDF2B

Text Example


Text Example

White with #BEDF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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