Html Css Color HEX #BDE52B Fuego

📋 copy color: '#BDE52B'

red 189 ◦ green 229 ◦ blue 43

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

Shades of Fuego #BDE52B

Tints of Fuego #BDE52B

RGB

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

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

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

R = 41%
G = 49.67%
B = 9.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#BDE52B (or 0xBDE52B) is known color: Fuego. HEX triplet: BD, E5 and 2B. RGB value is (189,229,43). Sum of RGB (Red+Green+Blue) = 189+229+43=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE52B is #421AD4. Grayscale: #C4C4C4. Windows color (decimal): -4332245 or 2876861. OLE color: 2876861.

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

Color convert

RGB 189 229 43 -
CMYK 0.17 0 0.81 0.10
HSL 72.9º 0.78% 0.53% -
HSV(B) 72.9º 0.81% 0.9% -
XYZ 49.44 67.03 12.62 -
YUV 195.84 41.75 123.12 -
System Red Green Blue C M Y K H S L
Decimal 189 229 43 0.17 0 0.81 0.10 72.9 0.78 0.53
Hex BD E5 2B 11 0 51 A 49 4E 35
Octal 275 345 53 21 0 121 12 111 116 65
Binary 10111101 11100101 101011 10001 0 1010001 1010 1001001 1001110 110101

Color Harmonies of #BDE52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE52B

Black with #BDE52B

Text Example


Text Example

White with #BDE52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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