Html Css Color HEX #BDE62E Fuego

📋 copy color: '#BDE62E'

red 189 ◦ green 230 ◦ blue 46

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

Shades of Fuego #BDE62E

Tints of Fuego #BDE62E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.46%

 BLUE value IS 46 (18.36% from 255) = 9.89%

R = 40.65%
G = 49.46%
B = 9.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.8

 K value IS 0.10

RGB Variations

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

Color information

#BDE62E (or 0xBDE62E) is known color: Fuego. HEX triplet: BD, E6 and 2E. RGB value is (189,230,46). Sum of RGB (Red+Green+Blue) = 189+230+46=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE62E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE62E is #4219D1. Grayscale: #C5C5C5. Windows color (decimal): -4331986 or 3073725. OLE color: 3073725.

HSL color Cylindrical-coordinate representation of color #BDE62E: hue angle of 73.37º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDE62E is Cyan = 0.18, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 46 -
CMYK 0.18 0 0.8 0.10
HSL 73.37º 0.79% 0.54% -
HSV(B) 73.37º 0.8% 0.9% -
XYZ 49.78 67.61 13.01 -
YUV 196.77 42.92 122.46 -
System Red Green Blue C M Y K H S L
Decimal 189 230 46 0.18 0 0.8 0.10 73.37 0.79 0.54
Hex BD E6 2E 12 0 50 A 49 4F 36
Octal 275 346 56 22 0 120 12 111 117 66
Binary 10111101 11100110 101110 10010 0 1010000 1010 1001001 1001111 110110

Color Harmonies of #BDE62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE62E

Black with #BDE62E

Text Example


Text Example

White with #BDE62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE62E; }

 p { color: rgb(189,230,46); }

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

background-color css

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

 a { background-color: rgb(189,230,46); }

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

border-color css

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

 span { border-color: rgb(189,230,46); }

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