Html Css Color HEX #BDE021 Fuego

📋 copy color: '#BDE021'

red 189 ◦ green 224 ◦ blue 33

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

Shades of Fuego #BDE021

Tints of Fuego #BDE021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.4%

R = 42.38%
G = 50.22%
B = 7.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#BDE021 (or 0xBDE021) is known color: Fuego. HEX triplet: BD, E0 and 21. RGB value is (189,224,33). Sum of RGB (Red+Green+Blue) = 189+224+33=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE021 is #421FDE. Grayscale: #C0C0C0. Windows color (decimal): -4333535 or 2220221. OLE color: 2220221.

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

Color convert

RGB 189 224 33 -
CMYK 0.16 0 0.85 0.12
HSL 70.99º 0.75% 0.5% -
HSV(B) 70.99º 0.85% 0.88% -
XYZ 47.92 64.24 11.31 -
YUV 191.76 38.4 126.03 -
System Red Green Blue C M Y K H S L
Decimal 189 224 33 0.16 0 0.85 0.12 70.99 0.75 0.5
Hex BD E0 21 10 0 55 C 47 4B 32
Octal 275 340 41 20 0 125 14 107 113 62
Binary 10111101 11100000 100001 10000 0 1010101 1100 1000111 1001011 110010

Color Harmonies of #BDE021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE021

Black with #BDE021

Text Example


Text Example

White with #BDE021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE021; }

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

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

background-color css

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

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

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

border-color css

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

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

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