Html Css Color HEX #BDE52A Fuego

📋 copy color: '#BDE52A'

red 189 ◦ green 229 ◦ blue 42

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

Shades of Fuego #BDE52A

Tints of Fuego #BDE52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.13%

R = 41.09%
G = 49.78%
B = 9.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#BDE52A (or 0xBDE52A) is known color: Fuego. HEX triplet: BD, E5 and 2A. RGB value is (189,229,42). Sum of RGB (Red+Green+Blue) = 189+229+42=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 42 (16.80% from 255 or 9.13% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE52A is #421AD5. Grayscale: #C4C4C4. Windows color (decimal): -4332246 or 2811325. OLE color: 2811325.

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

Color convert

RGB 189 229 42 -
CMYK 0.17 0 0.82 0.10
HSL 72.83º 0.78% 0.53% -
HSV(B) 72.83º 0.82% 0.9% -
XYZ 49.42 67.02 12.52 -
YUV 195.72 41.25 123.21 -
System Red Green Blue C M Y K H S L
Decimal 189 229 42 0.17 0 0.82 0.10 72.83 0.78 0.53
Hex BD E5 2A 11 0 52 A 49 4E 35
Octal 275 345 52 21 0 122 12 111 116 65
Binary 10111101 11100101 101010 10001 0 1010010 1010 1001001 1001110 110101

Color Harmonies of #BDE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE52A

Black with #BDE52A

Text Example


Text Example

White with #BDE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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