Html Css Color HEX #BDE428 Fuego

📋 copy color: '#BDE428'

red 189 ◦ green 228 ◦ blue 40

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

Shades of Fuego #BDE428

Tints of Fuego #BDE428

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.89%

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

R = 41.36%
G = 49.89%
B = 8.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#BDE428 (or 0xBDE428) is known color: Fuego. HEX triplet: BD, E4 and 28. RGB value is (189,228,40). Sum of RGB (Red+Green+Blue) = 189+228+40=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 228 (89.45% from 255 or 49.89% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE428 is #421BD7. Grayscale: #C3C3C3. Windows color (decimal): -4332504 or 2679997. OLE color: 2679997.

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

Color convert

RGB 189 228 40 -
CMYK 0.17 0 0.82 0.11
HSL 72.45º 0.78% 0.53% -
HSV(B) 72.45º 0.82% 0.89% -
XYZ 49.11 66.46 12.25 -
YUV 194.91 40.58 123.79 -
System Red Green Blue C M Y K H S L
Decimal 189 228 40 0.17 0 0.82 0.11 72.45 0.78 0.53
Hex BD E4 28 11 0 52 B 48 4E 35
Octal 275 344 50 21 0 122 13 110 116 65
Binary 10111101 11100100 101000 10001 0 1010010 1011 1001000 1001110 110101

Color Harmonies of #BDE428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE428

Black with #BDE428

Text Example


Text Example

White with #BDE428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE428; }

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

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

background-color css

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

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

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

border-color css

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

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

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