Html Css Color HEX #BDE528 Fuego

📋 copy color: '#BDE528'

red 189 ◦ green 229 ◦ blue 40

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

Shades of Fuego #BDE528

Tints of Fuego #BDE528

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50%

 BLUE value IS 40 (16.02% from 255) = 8.73%

R = 41.27%
G = 50%
B = 8.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#BDE528 (or 0xBDE528) is known color: Fuego. HEX triplet: BD, E5 and 28. RGB value is (189,229,40). Sum of RGB (Red+Green+Blue) = 189+229+40=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE528 is #421AD7. Grayscale: #C4C4C4. Windows color (decimal): -4332248 or 2680253. OLE color: 2680253.

HSL color Cylindrical-coordinate representation of color #BDE528: hue angle of 72.7º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDE528 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 40 -
CMYK 0.17 0 0.83 0.10
HSL 72.7º 0.78% 0.53% -
HSV(B) 72.7º 0.83% 0.9% -
XYZ 49.39 67.01 12.34 -
YUV 195.49 40.25 123.37 -
System Red Green Blue C M Y K H S L
Decimal 189 229 40 0.17 0 0.83 0.10 72.7 0.78 0.53
Hex BD E5 28 11 0 53 A 49 4E 35
Octal 275 345 50 21 0 123 12 111 116 65
Binary 10111101 11100101 101000 10001 0 1010011 1010 1001001 1001110 110101

Color Harmonies of #BDE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE528

Black with #BDE528

Text Example


Text Example

White with #BDE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE528; }

 p { color: rgb(189,229,40); }

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

background-color css

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

 a { background-color: rgb(189,229,40); }

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

border-color css

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

 span { border-color: rgb(189,229,40); }

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