Html Css Color HEX #BDDA30 Fuego

📋 copy color: '#BDDA30'

red 189 ◦ green 218 ◦ blue 48

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

Shades of Fuego #BDDA30

Tints of Fuego #BDDA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.55%

R = 41.54%
G = 47.91%
B = 10.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#BDDA30 (or 0xBDDA30) is known color: Fuego. HEX triplet: BD, DA and 30. RGB value is (189,218,48). Sum of RGB (Red+Green+Blue) = 189+218+48=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDA30 is #4225CF. Grayscale: #BEBEBE. Windows color (decimal): -4335056 or 3201725. OLE color: 3201725.

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

Color convert

RGB 189 218 48 -
CMYK 0.13 0 0.78 0.15
HSL 70.24º 0.7% 0.52% -
HSV(B) 70.24º 0.78% 0.85% -
XYZ 46.59 61.18 12.15 -
YUV 189.95 47.89 127.32 -
System Red Green Blue C M Y K H S L
Decimal 189 218 48 0.13 0 0.78 0.15 70.24 0.7 0.52
Hex BD DA 30 D 0 4E F 46 46 34
Octal 275 332 60 15 0 116 17 106 106 64
Binary 10111101 11011010 110000 1101 0 1001110 1111 1000110 1000110 110100

Color Harmonies of #BDDA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA30

Black with #BDDA30

Text Example


Text Example

White with #BDDA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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