Html Css Color HEX #BDE52E Fuego

📋 copy color: '#BDE52E'

red 189 ◦ green 229 ◦ blue 46

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

Shades of Fuego #BDE52E

Tints of Fuego #BDE52E

RGB

 RED value IS 189 (74.22% from 255) = 40.73%

 GREEN value IS 229 (89.84% from 255) = 49.35%

 BLUE value IS 46 (18.36% from 255) = 9.91%

R = 40.73%
G = 49.35%
B = 9.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#BDE52E (or 0xBDE52E) is known color: Fuego. HEX triplet: BD, E5 and 2E. RGB value is (189,229,46). Sum of RGB (Red+Green+Blue) = 189+229+46=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 46 (18.36% from 255 or 9.91% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE52E is #421AD1. Grayscale: #C4C4C4. Windows color (decimal): -4332242 or 3073469. OLE color: 3073469.

HSL color Cylindrical-coordinate representation of color #BDE52E: hue angle of 73.11º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDE52E is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 46 -
CMYK 0.17 0 0.80 0.10
HSL 73.11º 0.78% 0.54% -
HSV(B) 73.11º 0.8% 0.9% -
XYZ 49.5 67.05 12.92 -
YUV 196.18 43.25 122.88 -
System Red Green Blue C M Y K H S L
Decimal 189 229 46 0.17 0 0.80 0.10 73.11 0.78 0.54
Hex BD E5 2E 11 0 50 A 49 4E 36
Octal 275 345 56 21 0 120 12 111 116 66
Binary 10111101 11100101 101110 10001 0 1010000 1010 1001001 1001110 110110

Color Harmonies of #BDE52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE52E

Black with #BDE52E

Text Example


Text Example

White with #BDE52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE52E; }

 p { color: rgb(189,229,46); }

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

background-color css

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

 a { background-color: rgb(189,229,46); }

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

border-color css

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

 span { border-color: rgb(189,229,46); }

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