Html Css Color HEX #BDE029 Fuego

📋 copy color: '#BDE029'

red 189 ◦ green 224 ◦ blue 41

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

Shades of Fuego #BDE029

Tints of Fuego #BDE029

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.34%

 BLUE value IS 41 (16.41% from 255) = 9.03%

R = 41.63%
G = 49.34%
B = 9.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#BDE029 (or 0xBDE029) is known color: Fuego. HEX triplet: BD, E0 and 29. RGB value is (189,224,41). Sum of RGB (Red+Green+Blue) = 189+224+41=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE029 is #421FD6. Grayscale: #C1C1C1. Windows color (decimal): -4333527 or 2744509. OLE color: 2744509.

HSL color Cylindrical-coordinate representation of color #BDE029: hue angle of 71.48º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDE029 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 41 -
CMYK 0.16 0 0.82 0.12
HSL 71.48º 0.75% 0.52% -
HSV(B) 71.48º 0.82% 0.88% -
XYZ 48.04 64.29 11.97 -
YUV 192.67 42.4 125.38 -
System Red Green Blue C M Y K H S L
Decimal 189 224 41 0.16 0 0.82 0.12 71.48 0.75 0.52
Hex BD E0 29 10 0 52 C 47 4B 34
Octal 275 340 51 20 0 122 14 107 113 64
Binary 10111101 11100000 101001 10000 0 1010010 1100 1000111 1001011 110100

Color Harmonies of #BDE029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE029

Black with #BDE029

Text Example


Text Example

White with #BDE029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE029; }

 p { color: rgb(189,224,41); }

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

background-color css

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

 a { background-color: rgb(189,224,41); }

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

border-color css

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

 span { border-color: rgb(189,224,41); }

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