Html Css Color HEX #BDDA29 Fuego

📋 copy color: '#BDDA29'

red 189 ◦ green 218 ◦ blue 41

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

Shades of Fuego #BDDA29

Tints of Fuego #BDDA29

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.66%

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

R = 42.19%
G = 48.66%
B = 9.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#BDDA29 (or 0xBDDA29) is known color: Fuego. HEX triplet: BD, DA and 29. RGB value is (189,218,41). Sum of RGB (Red+Green+Blue) = 189+218+41=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 41 (16.41% from 255 or 9.15% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDA29 is #4225D6. Grayscale: #BDBDBD. Windows color (decimal): -4335063 or 2742973. OLE color: 2742973.

HSL color Cylindrical-coordinate representation of color #BDDA29: hue angle of 69.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDDA29 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 41 -
CMYK 0.13 0 0.81 0.15
HSL 69.83º 0.71% 0.51% -
HSV(B) 69.83º 0.81% 0.85% -
XYZ 46.46 61.12 11.45 -
YUV 189.15 44.39 127.89 -
System Red Green Blue C M Y K H S L
Decimal 189 218 41 0.13 0 0.81 0.15 69.83 0.71 0.51
Hex BD DA 29 D 0 51 F 46 47 33
Octal 275 332 51 15 0 121 17 106 107 63
Binary 10111101 11011010 101001 1101 0 1010001 1111 1000110 1000111 110011

Color Harmonies of #BDDA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA29

Black with #BDDA29

Text Example


Text Example

White with #BDDA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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