Html Css Color HEX #BDD125 Fuego

📋 copy color: '#BDD125'

red 189 ◦ green 209 ◦ blue 37

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

Shades of Fuego #BDD125

Tints of Fuego #BDD125

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.05%

 BLUE value IS 37 (14.84% from 255) = 8.51%

R = 43.45%
G = 48.05%
B = 8.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#BDD125 (or 0xBDD125) is known color: Fuego. HEX triplet: BD, D1 and 25. RGB value is (189,209,37). Sum of RGB (Red+Green+Blue) = 189+209+37=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD125 is #422EDA. Grayscale: #B8B8B8. Windows color (decimal): -4337371 or 2478525. OLE color: 2478525.

HSL color Cylindrical-coordinate representation of color #BDD125: hue angle of 66.98º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDD125 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 37 -
CMYK 0.10 0 0.82 0.18
HSL 66.98º 0.7% 0.48% -
HSV(B) 66.98º 0.82% 0.82% -
XYZ 44.12 56.55 10.34 -
YUV 183.41 45.37 131.99 -
System Red Green Blue C M Y K H S L
Decimal 189 209 37 0.10 0 0.82 0.18 66.98 0.7 0.48
Hex BD D1 25 A 0 52 12 43 46 30
Octal 275 321 45 12 0 122 22 103 106 60
Binary 10111101 11010001 100101 1010 0 1010010 10010 1000011 1000110 110000

Color Harmonies of #BDD125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD125

Black with #BDD125

Text Example


Text Example

White with #BDD125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD125; }

 p { color: rgb(189,209,37); }

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

background-color css

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

 a { background-color: rgb(189,209,37); }

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

border-color css

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

 span { border-color: rgb(189,209,37); }

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