Html Css Color HEX #BDD729 Fuego

📋 copy color: '#BDD729'

red 189 ◦ green 215 ◦ blue 41

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

Shades of Fuego #BDD729

Tints of Fuego #BDD729

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.31%

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

R = 42.47%
G = 48.31%
B = 9.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#BDD729 (or 0xBDD729) is known color: Fuego. HEX triplet: BD, D7 and 29. RGB value is (189,215,41). Sum of RGB (Red+Green+Blue) = 189+215+41=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD729 is #4228D6. Grayscale: #BCBCBC. Windows color (decimal): -4335831 or 2742205. OLE color: 2742205.

HSL color Cylindrical-coordinate representation of color #BDD729: hue angle of 68.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDD729 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 41 -
CMYK 0.12 0 0.81 0.16
HSL 68.97º 0.69% 0.5% -
HSV(B) 68.97º 0.81% 0.84% -
XYZ 45.69 59.58 11.19 -
YUV 187.39 45.39 129.15 -
System Red Green Blue C M Y K H S L
Decimal 189 215 41 0.12 0 0.81 0.16 68.97 0.69 0.5
Hex BD D7 29 C 0 51 10 45 45 32
Octal 275 327 51 14 0 121 20 105 105 62
Binary 10111101 11010111 101001 1100 0 1010001 10000 1000101 1000101 110010

Color Harmonies of #BDD729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD729

Black with #BDD729

Text Example


Text Example

White with #BDD729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD729; }

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

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

background-color css

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

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

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

border-color css

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

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

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