Html Css Color HEX #BDD825 Fuego

📋 copy color: '#BDD825'

red 189 ◦ green 216 ◦ blue 37

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

Shades of Fuego #BDD825

Tints of Fuego #BDD825

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.87%

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

R = 42.76%
G = 48.87%
B = 8.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#BDD825 (or 0xBDD825) is known color: Fuego. HEX triplet: BD, D8 and 25. RGB value is (189,216,37). Sum of RGB (Red+Green+Blue) = 189+216+37=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD825 is #4227DA. Grayscale: #BCBCBC. Windows color (decimal): -4335579 or 2480317. OLE color: 2480317.

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

Color convert

RGB 189 216 37 -
CMYK 0.12 0 0.83 0.15
HSL 69.05º 0.71% 0.5% -
HSV(B) 69.05º 0.83% 0.85% -
XYZ 45.88 60.06 10.93 -
YUV 187.52 43.05 129.05 -
System Red Green Blue C M Y K H S L
Decimal 189 216 37 0.12 0 0.83 0.15 69.05 0.71 0.5
Hex BD D8 25 C 0 53 F 45 47 32
Octal 275 330 45 14 0 123 17 105 107 62
Binary 10111101 11011000 100101 1100 0 1010011 1111 1000101 1000111 110010

Color Harmonies of #BDD825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD825

Black with #BDD825

Text Example


Text Example

White with #BDD825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD825; }

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

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

background-color css

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

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

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

border-color css

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

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

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