Html Css Color HEX #BDE028 Fuego

📋 copy color: '#BDE028'

red 189 ◦ green 224 ◦ blue 40

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

Shades of Fuego #BDE028

Tints of Fuego #BDE028

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.45%

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

R = 41.72%
G = 49.45%
B = 8.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#BDE028 (or 0xBDE028) is known color: Fuego. HEX triplet: BD, E0 and 28. RGB value is (189,224,40). Sum of RGB (Red+Green+Blue) = 189+224+40=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE028 is #421FD7. Grayscale: #C1C1C1. Windows color (decimal): -4333528 or 2678973. OLE color: 2678973.

HSL color Cylindrical-coordinate representation of color #BDE028: hue angle of 71.41º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDE028 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 40 -
CMYK 0.16 0 0.82 0.12
HSL 71.41º 0.75% 0.52% -
HSV(B) 71.41º 0.82% 0.88% -
XYZ 48.02 64.28 11.88 -
YUV 192.56 41.9 125.46 -
System Red Green Blue C M Y K H S L
Decimal 189 224 40 0.16 0 0.82 0.12 71.41 0.75 0.52
Hex BD E0 28 10 0 52 C 47 4B 34
Octal 275 340 50 20 0 122 14 107 113 64
Binary 10111101 11100000 101000 10000 0 1010010 1100 1000111 1001011 110100

Color Harmonies of #BDE028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE028

Black with #BDE028

Text Example


Text Example

White with #BDE028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE028; }

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

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

background-color css

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

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

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

border-color css

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

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

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