Html Css Color HEX #BDE729 Fuego

📋 copy color: '#BDE729'

red 189 ◦ green 231 ◦ blue 41

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

Shades of Fuego #BDE729

Tints of Fuego #BDE729

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.11%

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

R = 41%
G = 50.11%
B = 8.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#BDE729 (or 0xBDE729) is known color: Fuego. HEX triplet: BD, E7 and 29. RGB value is (189,231,41). Sum of RGB (Red+Green+Blue) = 189+231+41=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 231 (90.62% from 255 or 50.11% from 461); Blue value is 41 (16.41% from 255 or 8.89% from 461); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE729 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE729 is #4218D6. Grayscale: #C5C5C5. Windows color (decimal): -4331735 or 2746301. OLE color: 2746301.

HSL color Cylindrical-coordinate representation of color #BDE729: hue angle of 73.26º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDE729 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 41 -
CMYK 0.18 0 0.82 0.09
HSL 73.26º 0.8% 0.53% -
HSV(B) 73.26º 0.82% 0.91% -
XYZ 49.96 68.13 12.62 -
YUV 196.78 40.09 122.45 -
System Red Green Blue C M Y K H S L
Decimal 189 231 41 0.18 0 0.82 0.09 73.26 0.8 0.53
Hex BD E7 29 12 0 52 9 49 50 35
Octal 275 347 51 22 0 122 11 111 120 65
Binary 10111101 11100111 101001 10010 0 1010010 1001 1001001 1010000 110101

Color Harmonies of #BDE729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE729

Black with #BDE729

Text Example


Text Example

White with #BDE729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE729; }

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

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

background-color css

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

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

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

border-color css

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

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

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