Html Css Color HEX #BDD030 Fuego

📋 copy color: '#BDD030'

red 189 ◦ green 208 ◦ blue 48

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

Shades of Fuego #BDD030

Tints of Fuego #BDD030

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.74%

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

R = 42.47%
G = 46.74%
B = 10.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#BDD030 (or 0xBDD030) is known color: Fuego. HEX triplet: BD, D0 and 30. RGB value is (189,208,48). Sum of RGB (Red+Green+Blue) = 189+208+48=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD030 is #422FCF. Grayscale: #B8B8B8. Windows color (decimal): -4337616 or 3199165. OLE color: 3199165.

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

Color convert

RGB 189 208 48 -
CMYK 0.09 0 0.77 0.18
HSL 67.13º 0.63% 0.5% -
HSV(B) 67.13º 0.77% 0.82% -
XYZ 44.08 56.14 11.31 -
YUV 184.08 51.21 131.51 -
System Red Green Blue C M Y K H S L
Decimal 189 208 48 0.09 0 0.77 0.18 67.13 0.63 0.5
Hex BD D0 30 9 0 4D 12 43 3F 32
Octal 275 320 60 11 0 115 22 103 77 62
Binary 10111101 11010000 110000 1001 0 1001101 10010 1000011 111111 110010

Color Harmonies of #BDD030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD030

Black with #BDD030

Text Example


Text Example

White with #BDD030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD030; }

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

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

background-color css

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

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

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

border-color css

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

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

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