Html Css Color HEX #BDD530 Fuego

📋 copy color: '#BDD530'

red 189 ◦ green 213 ◦ blue 48

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

Shades of Fuego #BDD530

Tints of Fuego #BDD530

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.33%

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

R = 42%
G = 47.33%
B = 10.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#BDD530 (or 0xBDD530) is known color: Fuego. HEX triplet: BD, D5 and 30. RGB value is (189,213,48). Sum of RGB (Red+Green+Blue) = 189+213+48=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD530 is #422ACF. Grayscale: #BBBBBB. Windows color (decimal): -4336336 or 3200445. OLE color: 3200445.

HSL color Cylindrical-coordinate representation of color #BDD530: hue angle of 68.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDD530 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 48 -
CMYK 0.11 0 0.77 0.16
HSL 68.73º 0.66% 0.51% -
HSV(B) 68.73º 0.77% 0.84% -
XYZ 45.31 58.62 11.72 -
YUV 187.01 49.55 129.42 -
System Red Green Blue C M Y K H S L
Decimal 189 213 48 0.11 0 0.77 0.16 68.73 0.66 0.51
Hex BD D5 30 B 0 4D 10 45 42 33
Octal 275 325 60 13 0 115 20 105 102 63
Binary 10111101 11010101 110000 1011 0 1001101 10000 1000101 1000010 110011

Color Harmonies of #BDD530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD530

Black with #BDD530

Text Example


Text Example

White with #BDD530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD530; }

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

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

background-color css

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

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

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

border-color css

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

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

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