Html Css Color HEX #BDD025 Fuego

📋 copy color: '#BDD025'

red 189 ◦ green 208 ◦ blue 37

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

Shades of Fuego #BDD025

Tints of Fuego #BDD025

RGB

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

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

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

R = 43.55%
G = 47.93%
B = 8.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#BDD025 (or 0xBDD025) is known color: Fuego. HEX triplet: BD, D0 and 25. RGB value is (189,208,37). Sum of RGB (Red+Green+Blue) = 189+208+37=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD025 is #422FDA. Grayscale: #B7B7B7. Windows color (decimal): -4337627 or 2478269. OLE color: 2478269.

HSL color Cylindrical-coordinate representation of color #BDD025: hue angle of 66.67º 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 #BDD025 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 37 -
CMYK 0.09 0 0.82 0.18
HSL 66.67º 0.7% 0.48% -
HSV(B) 66.67º 0.82% 0.82% -
XYZ 43.88 56.06 10.26 -
YUV 182.83 45.71 132.4 -
System Red Green Blue C M Y K H S L
Decimal 189 208 37 0.09 0 0.82 0.18 66.67 0.7 0.48
Hex BD D0 25 9 0 52 12 43 46 30
Octal 275 320 45 11 0 122 22 103 106 60
Binary 10111101 11010000 100101 1001 0 1010010 10010 1000011 1000110 110000

Color Harmonies of #BDD025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD025

Black with #BDD025

Text Example


Text Example

White with #BDD025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD025; }

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

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

background-color css

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

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

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

border-color css

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

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

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