Html Css Color HEX #BDD725 Fuego

📋 copy color: '#BDD725'

red 189 ◦ green 215 ◦ blue 37

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

Shades of Fuego #BDD725

Tints of Fuego #BDD725

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.75%

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

R = 42.86%
G = 48.75%
B = 8.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#BDD725 (or 0xBDD725) is known color: Fuego. HEX triplet: BD, D7 and 25. RGB value is (189,215,37). Sum of RGB (Red+Green+Blue) = 189+215+37=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 37 (14.84% from 255 or 8.39% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD725 is #4228DA. Grayscale: #BBBBBB. Windows color (decimal): -4335835 or 2480061. OLE color: 2480061.

HSL color Cylindrical-coordinate representation of color #BDD725: hue angle of 68.76º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDD725 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 37 -
CMYK 0.12 0 0.83 0.16
HSL 68.76º 0.71% 0.49% -
HSV(B) 68.76º 0.83% 0.84% -
XYZ 45.62 59.55 10.84 -
YUV 186.93 43.39 129.47 -
System Red Green Blue C M Y K H S L
Decimal 189 215 37 0.12 0 0.83 0.16 68.76 0.71 0.49
Hex BD D7 25 C 0 53 10 45 47 31
Octal 275 327 45 14 0 123 20 105 107 61
Binary 10111101 11010111 100101 1100 0 1010011 10000 1000101 1000111 110001

Color Harmonies of #BDD725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD725

Black with #BDD725

Text Example


Text Example

White with #BDD725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD725; }

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

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

background-color css

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

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

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

border-color css

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

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

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